Opened 3 months ago

Last modified 3 months ago

#69352 assigned defect

v8-8.3: does not install libv8.dylib

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: barracuda156
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: v8-8.3

Description

v8-8.3 only installs static libraries. This blocks me from resolving #69349. Please also install the dynamic libraries.

Change History (5)

comment:1 in reply to:  description Changed 3 months ago by barracuda156

Replying to ryandesign:

v8-8.3 only installs static libraries. This blocks me from resolving #69349. Please also install the dynamic libraries.

The upstream for CMake implementation of V8 build is here: https://github.com/bnoordhuis/v8-cmake And the project is set-up there to build static libs; see, for instance: https://github.com/bnoordhuis/v8-cmake/blob/beb327f02f4a7e200b9ec4c1f703b6f3dd718889/CMakeLists.txt#L814-L847

Maybe you could submit a patch to the upstream to support dynamic libs in the build? It will probably be a general improvement, not only for macOS.

comment:2 Changed 3 months ago by ryandesign (Ryan Carsten Schmidt)

I assume this is a limitation of the "v8-cmake" fork you're using. Here is their issue tracking this:

https://github.com/bnoordhuis/v8-cmake/issues/60

I am not working on fixing that. I am merely responding to another user's request to add the php v8js module and am blocked by the fact that it looks for and does not find libv8.dylib. And it's not just that the v8-8.3 port doesn't install the shared library libv8.dylib; it also doesn't install a static library named libv8.a. It installs nine separate static libraries with a "libv8_" prefix but no libv8.a.

There must exist some build of v8 (maybe the original official version?) that can build a single v8 shared library, otherwise the php v8js module would not have been programmed to require it. Can we switch to that version of v8 instead of "v8-cmake"?

comment:3 in reply to:  2 Changed 3 months ago by barracuda156

Replying to ryandesign:

I assume this is a limitation of the "v8-cmake" fork you're using. Here is their issue tracking this:

https://github.com/bnoordhuis/v8-cmake/issues/60

I am not working on fixing that. I am merely responding to another user's request to add the php v8js module and am blocked by the fact that it looks for and does not find libv8.dylib. And it's not just that the v8-8.3 port doesn't install the shared library libv8.dylib; it also doesn't install a static library named libv8.a. It installs nine separate static libraries with a "libv8_" prefix but no libv8.a.

There must exist some build of v8 (maybe the original official version?) that can build a single v8 shared library, otherwise the php v8js module would not have been programmed to require it. Can we switch to that version of v8 instead of "v8-cmake"?

  1. I may be completely off here, but can’t static libs be used interchangeably with dynamic, as long as we talk about ports and not something like operating system development?

For R-V8 I have just patched its configure to use the correct libs. After 2–3 rebuilds it worked fine (I had to figure out which ones it uses).

  1. I am not against switching to another build system in principle, though I would prefer not to use a horrible one that NodeJS uses. That one is just bad, whatever it is.

V8, AFAIR, uses gn? I actually made a port for it: https://ports.macports.org/port/gn But I never used this build system, and perhaps nothing in Macports uses it yet. If anyone makes a portfile for V8 on gn build system, I will happily test that.

  1. Finally, there is no need to use identical build system for different versions of V8, as long as those are distinct ports (I mean, we do not want a zoo of build systems, but two different are fine). It is perhaps better to use a newer V8 on current macOS versions anyway. So that could be introduced without CMake, if that is preferable.

I could take a look at using gn myself, but perhaps not very soon. If we have someone already familiar with it who can help here, it would be great.

comment:4 Changed 3 months ago by ryandesign (Ryan Carsten Schmidt)

I agree I'm not a fan of weird build systems like gn. The Aseprite port does use gn, FYI, if you want to look at a working example.

comment:5 in reply to:  4 Changed 3 months ago by barracuda156

Replying to ryandesign:

I agree I'm not a fan of weird build systems like gn.

Well, that is why I opted for CMake in the first place.

Here is what 8.9 fails for me on (Sonoma aarch64):

[ 98%] Linking CXX executable mksnapshot
/opt/local/bin/cmake -E cmake_link_script CMakeFiles/mksnapshot.dir/link.txt --verbose=ON
/usr/bin/clang++ -pipe -Os -DNDEBUG -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk "CMakeFiles/mksnapshot.dir/v8/src/init/setup-isolate-full.cc.o" "CMakeFiles/mksnapshot.dir/v8/src/snapshot/embedded/embedded-empty.cc.o" "CMakeFiles/mksnapshot.dir/v8/src/snapshot/embedded/embedded-file-writer.cc.o" "CMakeFiles/mksnapshot.dir/v8/src/snapshot/embedded/platform-embedded-file-writer-aix.cc.o" "CMakeFiles/mksnapshot.dir/v8/src/snapshot/embedded/platform-embedded-file-writer-base.cc.o" "CMakeFiles/mksnapshot.dir/v8/src/snapshot/embedded/platform-embedded-file-writer-generic.cc.o" "CMakeFiles/mksnapshot.dir/v8/src/snapshot/embedded/platform-embedded-file-writer-mac.cc.o" "CMakeFiles/mksnapshot.dir/v8/src/snapshot/embedded/platform-embedded-file-writer-win.cc.o" CMakeFiles/mksnapshot.dir/v8/src/snapshot/mksnapshot.cc.o "CMakeFiles/mksnapshot.dir/v8/src/snapshot/snapshot-empty.cc.o" -o mksnapshot  -Wl,-rpath,/opt/local/lib libv8_libbase.a libv8_libplatform.a libv8_base_without_compiler.a libv8_compiler.a libv8_initializers.a libv8_torque_generated.a libv8_base_without_compiler.a libv8_libsampler.a libv8_libbase.a libv8_torque_generated.a 
ld: warning: ignoring duplicate libraries: 'libv8_base_without_compiler.a', 'libv8_libbase.a', 'libv8_torque_generated.a'
ld: Undefined symbols:
  _PushAllRegistersAndIterateStack, referenced from:
      heap::base::Stack::IteratePointers(heap::base::StackVisitor*) const in libv8_base_without_compiler.a[168](stack.cc.o)
  v8::internal::CPURegList::PopLowestIndex(), referenced from:
      void v8::internal::TurboAssembler::PopCPURegList<(v8::internal::TurboAssembler::LoadLRMode)1>(v8::internal::CPURegList) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      void v8::internal::TurboAssembler::PopCPURegList<(v8::internal::TurboAssembler::LoadLRMode)1>(v8::internal::CPURegList) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      void v8::internal::TurboAssembler::PopCPURegList<(v8::internal::TurboAssembler::LoadLRMode)1>(v8::internal::CPURegList) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      void v8::internal::TurboAssembler::PopCPURegList<(v8::internal::TurboAssembler::LoadLRMode)1>(v8::internal::CPURegList) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
  v8::internal::CPURegList::PopHighestIndex(), referenced from:
      void v8::internal::TurboAssembler::PushCPURegList<(v8::internal::TurboAssembler::StoreLRMode)1>(v8::internal::CPURegList) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      void v8::internal::TurboAssembler::PushCPURegList<(v8::internal::TurboAssembler::StoreLRMode)1>(v8::internal::CPURegList) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      void v8::internal::TurboAssembler::PushCPURegList<(v8::internal::TurboAssembler::StoreLRMode)1>(v8::internal::CPURegList) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      void v8::internal::TurboAssembler::PushCPURegList<(v8::internal::TurboAssembler::StoreLRMode)1>(v8::internal::CPURegList) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
  v8::internal::CpuFeatures::FlushICache(void*, unsigned long), referenced from:
      v8::internal::FlushInstructionCache(void*, unsigned long) in libv8_base_without_compiler.a[92](flush-instruction-cache.cc.o)
  v8::internal::CpuFeatures::PrintTarget(), referenced from:
      v8::internal::FlagList::PrintHelp() in libv8_base_without_compiler.a[162](flags.cc.o)
  v8::internal::CpuFeatures::PrintFeatures(), referenced from:
      v8::internal::FlagList::PrintHelp() in libv8_base_without_compiler.a[162](flags.cc.o)
  v8::internal::CpuFeatures::ProbeImpl(bool), referenced from:
      _main in mksnapshot.cc.o
      v8::ScriptCompiler::CachedDataVersionTag() in libv8_base_without_compiler.a[4](api.cc.o)
      v8::internal::FlagList::PrintHelp() in libv8_base_without_compiler.a[162](flags.cc.o)
      v8::internal::V8::InitializeOncePerProcessImpl() in libv8_base_without_compiler.a[273](v8.cc.o)
      v8::internal::wasm::(anonymous namespace)::WriteHeader(v8::internal::wasm::(anonymous namespace)::Writer*) in libv8_base_without_compiler.a[509](wasm-serialization.cc.o)
      v8::internal::compiler::InstructionSelectionPhase::Run(v8::internal::compiler::PipelineData*, v8::internal::Zone*, v8::internal::compiler::Linkage*) in libv8_compiler.a[86](pipeline.cc.o)
  v8::internal::Deoptimizer::kLazyDeoptExitSize, referenced from:
      v8::internal::Deoptimizer::Deoptimizer(v8::internal::Isolate*, v8::internal::JSFunction, v8::internal::DeoptimizeKind, unsigned int, unsigned long, int) in libv8_base_without_compiler.a[128](deoptimizer.cc.o)
  v8::internal::Deoptimizer::kNonLazyDeoptExitSize, referenced from:
      v8::internal::Deoptimizer::Deoptimizer(v8::internal::Isolate*, v8::internal::JSFunction, v8::internal::DeoptimizeKind, unsigned int, unsigned long, int) in libv8_base_without_compiler.a[128](deoptimizer.cc.o)
  v8::internal::Deoptimizer::kSupportsFixedDeoptExitSizes, referenced from:
      v8::internal::Deoptimizer::Deoptimizer(v8::internal::Isolate*, v8::internal::JSFunction, v8::internal::DeoptimizeKind, unsigned int, unsigned long, int) in libv8_base_without_compiler.a[128](deoptimizer.cc.o)
      v8::internal::compiler::CodeGenerator::AssembleCode() in libv8_compiler.a[6](code-generator.cc.o)
      v8::internal::compiler::CodeGenerator::BuildTranslation(v8::internal::compiler::Instruction*, int, unsigned long, unsigned long, v8::internal::compiler::OutputFrameStateCombine) in libv8_compiler.a[6](code-generator.cc.o)
  v8::internal::Deoptimizer::kEagerWithResumeDeoptExitSize, referenced from:
      v8::internal::Deoptimizer::Deoptimizer(v8::internal::Isolate*, v8::internal::JSFunction, v8::internal::DeoptimizeKind, unsigned int, unsigned long, int) in libv8_base_without_compiler.a[128](deoptimizer.cc.o)
  v8::internal::Instruction::ImmPCOffset(), referenced from:
      v8::internal::Code::CopyFromNoFlush(v8::internal::Heap*, v8::internal::CodeDesc const&) in libv8_base_without_compiler.a[320](code.cc.o)
      v8::internal::Code::CopyFromNoFlush(v8::internal::Heap*, v8::internal::CodeDesc const&) in libv8_base_without_compiler.a[320](code.cc.o)
      v8::internal::wasm::(anonymous namespace)::GetWasmCalleeTag(v8::internal::RelocInfo*) in libv8_base_without_compiler.a[509](wasm-serialization.cc.o)
  v8::internal::Instruction::ImmPCOffsetTarget(), referenced from:
      v8::internal::SetupIsolateDelegate::ReplacePlaceholders(v8::internal::Isolate*) in libv8_base_without_compiler.a[78](setup-builtins-internal.cc.o)
      v8::internal::SetupIsolateDelegate::ReplacePlaceholders(v8::internal::Isolate*) in libv8_base_without_compiler.a[78](setup-builtins-internal.cc.o)
      v8::internal::SetupIsolateDelegate::ReplacePlaceholders(v8::internal::Isolate*) in libv8_base_without_compiler.a[78](setup-builtins-internal.cc.o)
      v8::internal::RelocInfo::wasm_call_address() const in libv8_base_without_compiler.a[100](reloc-info.cc.o)
      v8::internal::RelocInfo::set_wasm_call_address(unsigned long, v8::internal::ICacheFlushMode) in libv8_base_without_compiler.a[100](reloc-info.cc.o)
      v8::internal::RelocInfo::wasm_stub_call_address() const in libv8_base_without_compiler.a[100](reloc-info.cc.o)
      v8::internal::RelocInfo::set_wasm_stub_call_address(unsigned long, v8::internal::ICacheFlushMode) in libv8_base_without_compiler.a[100](reloc-info.cc.o)
      ...
  v8::internal::Instruction::SetBranchImmTarget(v8::internal::Instruction*), referenced from:
      v8::internal::SetupIsolateDelegate::ReplacePlaceholders(v8::internal::Isolate*) in libv8_base_without_compiler.a[78](setup-builtins-internal.cc.o)
      v8::internal::RelocInfo::set_wasm_call_address(unsigned long, v8::internal::ICacheFlushMode) in libv8_base_without_compiler.a[100](reloc-info.cc.o)
      v8::internal::RelocInfo::set_wasm_stub_call_address(unsigned long, v8::internal::ICacheFlushMode) in libv8_base_without_compiler.a[100](reloc-info.cc.o)
      v8::internal::RelocInfo::set_target_address(unsigned long, v8::internal::WriteBarrierMode, v8::internal::ICacheFlushMode) in libv8_base_without_compiler.a[100](reloc-info.cc.o)
      v8::internal::SlotCallbackResult v8::internal::UpdateTypedSlotHelper::UpdateEmbeddedPointer<v8::internal::RememberedSetUpdatingItem<v8::internal::MajorNonAtomicMarkingState, (v8::internal::GarbageCollector)1>::UpdateTypedPointers()::'lambda'(v8::internal::FullMaybeObjectSlot)>(v8::internal::Heap*, v8::internal::RelocInfo*, v8::internal::RememberedSetUpdatingItem<v8::internal::MajorNonAtomicMarkingState, (v8::internal::GarbageCollector)1>::UpdateTypedPointers()::'lambda'(v8::internal::FullMaybeObjectSlot)) in libv8_base_without_compiler.a[238](mark-compact.cc.o)
      v8::internal::SlotCallbackResult v8::internal::UpdateTypedSlotHelper::UpdateEmbeddedPointer<v8::internal::RememberedSetUpdatingItem<v8::internal::MajorNonAtomicMarkingState, (v8::internal::GarbageCollector)1>::UpdateTypedPointers()::'lambda0'(v8::internal::SlotType, unsigned long)::operator()(v8::internal::SlotType, unsigned long) const::'lambda'(v8::internal::FullMaybeObjectSlot)>(v8::internal::Heap*, v8::internal::RelocInfo*, v8::internal::RememberedSetUpdatingItem<v8::internal::MajorNonAtomicMarkingState, (v8::internal::GarbageCollector)1>::UpdateTypedPointers()::'lambda0'(v8::internal::SlotType, unsigned long)::operator()(v8::internal::SlotType, unsigned long) const::'lambda'(v8::internal::FullMaybeObjectSlot)) in libv8_base_without_compiler.a[238](mark-compact.cc.o)
      v8::internal::SlotCallbackResult v8::internal::UpdateTypedSlotHelper::UpdateEmbeddedPointer<v8::internal::Scavenger::ScavengePage(v8::internal::MemoryChunk*)::$_5::operator()(v8::internal::SlotType, unsigned long) const::'lambda'(v8::internal::FullMaybeObjectSlot)>(v8::internal::Heap*, v8::internal::RelocInfo*, v8::internal::Scavenger::ScavengePage(v8::internal::MemoryChunk*)::$_5::operator()(v8::internal::SlotType, unsigned long) const::'lambda'(v8::internal::FullMaybeObjectSlot)) in libv8_base_without_compiler.a[255](scavenger.cc.o)
      ...
  v8::internal::ConstantPool::EmitPrologue(v8::internal::Alignment), referenced from:
      v8::internal::ConstantPool::EmitAndClear(v8::internal::Jump) in libv8_base_without_compiler.a[88](constant-pool.cc.o)
  v8::internal::ConstantPool::kCheckInterval, referenced from:
      v8::internal::ConstantPool::ShouldEmitNow(v8::internal::Jump, unsigned long) const in libv8_base_without_compiler.a[88](constant-pool.cc.o)
      v8::internal::ConstantPool::ShouldEmitNow(v8::internal::Jump, unsigned long) const in libv8_base_without_compiler.a[88](constant-pool.cc.o)
  v8::internal::ConstantPool::kMaxDistToPool32, referenced from:
      v8::internal::ConstantPool::ShouldEmitNow(v8::internal::Jump, unsigned long) const in libv8_base_without_compiler.a[88](constant-pool.cc.o)
      v8::internal::ConstantPool::IsInImmRangeIfEmittedAt(int) in libv8_base_without_compiler.a[88](constant-pool.cc.o)
  v8::internal::ConstantPool::kMaxDistToPool64, referenced from:
      v8::internal::ConstantPool::ShouldEmitNow(v8::internal::Jump, unsigned long) const in libv8_base_without_compiler.a[88](constant-pool.cc.o)
      v8::internal::ConstantPool::IsInImmRangeIfEmittedAt(int) in libv8_base_without_compiler.a[88](constant-pool.cc.o)
  v8::internal::ConstantPool::kApproxDistToPool32, referenced from:
      v8::internal::ConstantPool::ShouldEmitNow(v8::internal::Jump, unsigned long) const in libv8_base_without_compiler.a[88](constant-pool.cc.o)
  v8::internal::ConstantPool::kApproxDistToPool64, referenced from:
      v8::internal::ConstantPool::ShouldEmitNow(v8::internal::Jump, unsigned long) const in libv8_base_without_compiler.a[88](constant-pool.cc.o)
  v8::internal::ConstantPool::kApproxMaxEntryCount, referenced from:
      v8::internal::ConstantPool::RecordKey(v8::internal::ConstantPoolKey, int) in libv8_base_without_compiler.a[88](constant-pool.cc.o)
      v8::internal::ConstantPool::ShouldEmitNow(v8::internal::Jump, unsigned long) const in libv8_base_without_compiler.a[88](constant-pool.cc.o)
  v8::internal::ConstantPool::kOpportunityDistToPool32, referenced from:
      v8::internal::ConstantPool::ShouldEmitNow(v8::internal::Jump, unsigned long) const in libv8_base_without_compiler.a[88](constant-pool.cc.o)
  v8::internal::ConstantPool::kOpportunityDistToPool64, referenced from:
      v8::internal::ConstantPool::ShouldEmitNow(v8::internal::Jump, unsigned long) const in libv8_base_without_compiler.a[88](constant-pool.cc.o)
  v8::internal::ConstantPool::SetLoadOffsetToConstPoolEntry(int, v8::internal::Instruction*, v8::internal::ConstantPoolKey const&), referenced from:
      v8::internal::ConstantPool::EmitEntries() in libv8_base_without_compiler.a[88](constant-pool.cc.o)
  v8::internal::ConstantPool::Check(v8::internal::Emission, v8::internal::Jump, unsigned long), referenced from:
      v8::internal::ConstantPool::BlockScope::BlockScope(v8::internal::Assembler*, unsigned long) in libv8_base_without_compiler.a[88](constant-pool.cc.o)
      v8::internal::ConstantPool::MaybeCheck() in libv8_base_without_compiler.a[88](constant-pool.cc.o)
      v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>::Decode() in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
  v8::internal::CountSetBits(unsigned long long, int), referenced from:
      void v8::internal::TurboAssembler::PushCPURegList<(v8::internal::TurboAssembler::StoreLRMode)1>(v8::internal::CPURegList) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      void v8::internal::TurboAssembler::PushCPURegList<(v8::internal::TurboAssembler::StoreLRMode)1>(v8::internal::CPURegList) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      void v8::internal::TurboAssembler::PopCPURegList<(v8::internal::TurboAssembler::LoadLRMode)1>(v8::internal::CPURegList) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      void v8::internal::TurboAssembler::PopCPURegList<(v8::internal::TurboAssembler::LoadLRMode)1>(v8::internal::CPURegList) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
  v8::internal::DebugCodegen::GenerateFrameDropperTrampoline(v8::internal::MacroAssembler*), referenced from:
      v8::internal::Builtins::Generate_FrameDropperTrampoline(v8::internal::MacroAssembler*) in libv8_base_without_compiler.a[39](builtins-debug-gen.cc.o)
  v8::internal::DebugCodegen::GenerateHandleDebuggerStatement(v8::internal::MacroAssembler*), referenced from:
      v8::internal::Builtins::Generate_HandleDebuggerStatement(v8::internal::MacroAssembler*) in libv8_base_without_compiler.a[39](builtins-debug-gen.cc.o)
  v8::internal::EhFrameWriter::RegisterToDwarfCode(v8::internal::Register), referenced from:
      v8::internal::EhFrameWriter::SetBaseAddressRegister(v8::internal::Register) in libv8_base_without_compiler.a[132](eh-frame.cc.o)
      v8::internal::EhFrameWriter::SetBaseAddressRegisterAndOffset(v8::internal::Register, int) in libv8_base_without_compiler.a[132](eh-frame.cc.o)
      v8::internal::EhFrameWriter::RecordRegisterNotModified(v8::internal::Register) in libv8_base_without_compiler.a[132](eh-frame.cc.o)
      v8::internal::EhFrameWriter::RecordRegisterFollowsInitialRule(v8::internal::Register) in libv8_base_without_compiler.a[132](eh-frame.cc.o)
  v8::internal::EhFrameWriter::WriteInitialStateInCie(), referenced from:
      v8::internal::EhFrameWriter::WriteCie() in libv8_base_without_compiler.a[132](eh-frame.cc.o)
  v8::internal::EhFrameWriter::WriteReturnAddressRegisterCode(), referenced from:
      v8::internal::EhFrameWriter::WriteCie() in libv8_base_without_compiler.a[132](eh-frame.cc.o)
  v8::internal::AreConsecutive(v8::internal::VRegister const&, v8::internal::VRegister const&, v8::internal::VRegister const&, v8::internal::VRegister const&), referenced from:
      v8::internal::wasm::LiftoffAssembler::emit_i8x16_shuffle(v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister, unsigned char const*, bool) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
  v8::internal::IsVectorFormat(v8::internal::VectorFormat), referenced from:
      v8::internal::VRegister::Create(int, v8::internal::VectorFormat) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
  v8::internal::LoadDescriptor::NameRegister(), referenced from:
      v8::internal::LoadDescriptor::InitializePlatformSpecific(v8::internal::CallInterfaceDescriptorData*) in libv8_base_without_compiler.a[94](interface-descriptors.cc.o)
      v8::internal::LoadNoFeedbackDescriptor::InitializePlatformSpecific(v8::internal::CallInterfaceDescriptorData*) in libv8_base_without_compiler.a[94](interface-descriptors.cc.o)
      v8::internal::LoadGlobalDescriptor::InitializePlatformSpecific(v8::internal::CallInterfaceDescriptorData*) in libv8_base_without_compiler.a[94](interface-descriptors.cc.o)
      v8::internal::LoadGlobalNoFeedbackDescriptor::InitializePlatformSpecific(v8::internal::CallInterfaceDescriptorData*) in libv8_base_without_compiler.a[94](interface-descriptors.cc.o)
      v8::internal::LoadGlobalWithVectorDescriptor::InitializePlatformSpecific(v8::internal::CallInterfaceDescriptorData*) in libv8_base_without_compiler.a[94](interface-descriptors.cc.o)
      v8::internal::LoadWithReceiverAndVectorDescriptor::InitializePlatformSpecific(v8::internal::CallInterfaceDescriptorData*) in libv8_base_without_compiler.a[94](interface-descriptors.cc.o)
      v8::internal::LoadWithVectorDescriptor::InitializePlatformSpecific(v8::internal::CallInterfaceDescriptorData*) in libv8_base_without_compiler.a[94](interface-descriptors.cc.o)
      ...
  v8::internal::LoadDescriptor::SlotRegister(), referenced from:
      v8::internal::LoadDescriptor::InitializePlatformSpecific(v8::internal::CallInterfaceDescriptorData*) in libv8_base_without_compiler.a[94](interface-descriptors.cc.o)
      v8::internal::LoadNoFeedbackDescriptor::InitializePlatformSpecific(v8::internal::CallInterfaceDescriptorData*) in libv8_base_without_compiler.a[94](interface-descriptors.cc.o)
      v8::internal::LoadGlobalDescriptor::InitializePlatformSpecific(v8::internal::CallInterfaceDescriptorData*) in libv8_base_without_compiler.a[94](interface-descriptors.cc.o)
      v8::internal::LoadGlobalNoFeedbackDescriptor::InitializePlatformSpecific(v8::internal::CallInterfaceDescriptorData*) in libv8_base_without_compiler.a[94](interface-descriptors.cc.o)
      v8::internal::LoadGlobalWithVectorDescriptor::InitializePlatformSpecific(v8::internal::CallInterfaceDescriptorData*) in libv8_base_without_compiler.a[94](interface-descriptors.cc.o)
      v8::internal::LoadWithReceiverAndVectorDescriptor::InitializePlatformSpecific(v8::internal::CallInterfaceDescriptorData*) in libv8_base_without_compiler.a[94](interface-descriptors.cc.o)
      v8::internal::LoadWithVectorDescriptor::InitializePlatformSpecific(v8::internal::CallInterfaceDescriptorData*) in libv8_base_without_compiler.a[94](interface-descriptors.cc.o)
      ...
  v8::internal::LoadDescriptor::ReceiverRegister(), referenced from:
      v8::internal::LoadDescriptor::InitializePlatformSpecific(v8::internal::CallInterfaceDescriptorData*) in libv8_base_without_compiler.a[94](interface-descriptors.cc.o)
      v8::internal::LoadNoFeedbackDescriptor::InitializePlatformSpecific(v8::internal::CallInterfaceDescriptorData*) in libv8_base_without_compiler.a[94](interface-descriptors.cc.o)
      v8::internal::LoadWithReceiverAndVectorDescriptor::InitializePlatformSpecific(v8::internal::CallInterfaceDescriptorData*) in libv8_base_without_compiler.a[94](interface-descriptors.cc.o)
      v8::internal::LoadWithVectorDescriptor::InitializePlatformSpecific(v8::internal::CallInterfaceDescriptorData*) in libv8_base_without_compiler.a[94](interface-descriptors.cc.o)
      v8::internal::ApiGetterDescriptor::ReceiverRegister() in libv8_base_without_compiler.a[94](interface-descriptors.cc.o)
      v8::internal::ApiGetterDescriptor::InitializePlatformSpecific(v8::internal::CallInterfaceDescriptorData*) in libv8_base_without_compiler.a[94](interface-descriptors.cc.o)
  v8::internal::MacroAssembler::TailCallRuntime(v8::internal::Runtime::FunctionId), referenced from:
      v8::internal::Builtins::Generate_StackCheck(v8::internal::MacroAssembler*) in libv8_base_without_compiler.a[47](builtins-internal-gen.cc.o)
  v8::internal::MacroAssembler::JumpToInstructionStream(unsigned long), referenced from:
      v8::internal::(anonymous namespace)::OffHeapTrampolineGenerator::Generate(unsigned long, v8::internal::(anonymous namespace)::TrampolineType) in libv8_base_without_compiler.a[73](builtins.cc.o)
  v8::internal::TurboAssembler::DebugBreak(), referenced from:
      vtable for v8::internal::MacroAssembler in libv8_base_without_compiler.a[73](builtins.cc.o)
      vtable for v8::internal::wasm::JumpTableAssembler in libv8_base_without_compiler.a[496](wasm-code-manager.cc.o)
      vtable for v8::internal::wasm::LiftoffAssembler in libv8_base_without_compiler.a[511](liftoff-assembler.cc.o)
  v8::internal::TurboAssembler::EnterFrame(v8::internal::StackFrame::Type), referenced from:
      v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>::Decode() in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
  v8::internal::TurboAssembler::LeaveFrame(v8::internal::StackFrame::Type), referenced from:
      v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>::Decode() in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::ReturnImpl(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
  v8::internal::TurboAssembler::PushHelper(int, int, v8::internal::CPURegister const&, v8::internal::CPURegister const&, v8::internal::CPURegister const&, v8::internal::CPURegister const&), referenced from:
      void v8::internal::TurboAssembler::PushCPURegList<(v8::internal::TurboAssembler::StoreLRMode)1>(v8::internal::CPURegList) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
  v8::internal::TurboAssembler::AddSubMacro(v8::internal::Register const&, v8::internal::Register const&, v8::internal::Operand const&, v8::internal::FlagsUpdate, v8::internal::AddSubOp), referenced from:
      v8::internal::wasm::LiftoffStackSlots::Construct() in libv8_base_without_compiler.a[511](liftoff-assembler.cc.o)
      void v8::internal::TurboAssembler::Poke<(v8::internal::TurboAssembler::StoreLRMode)1>(v8::internal::CPURegister const&, v8::internal::Operand const&) in libv8_base_without_compiler.a[511](liftoff-assembler.cc.o)
      v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>::Decode() in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>::Decode() in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>::Decode() in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::LiftoffAssembler::FillStackSlotsWithZero(int, int) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::LiftoffAssembler::emit_i32_addi(v8::internal::Register, v8::internal::Register, int) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      ...
  v8::internal::TurboAssembler::LogicalMacro(v8::internal::Register const&, v8::internal::Register const&, v8::internal::Operand const&, v8::internal::LogicalOp), referenced from:
      v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>::Decode() in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::LiftoffAssembler::emit_i32_and(v8::internal::Register, v8::internal::Register, v8::internal::Register) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::CallIndirect(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::CallIndirectImmediate<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::CallKind) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::CallIndirect(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::CallIndirectImmediate<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::CallKind) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::CallIndirect(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::CallIndirectImmediate<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::CallKind) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::LiftoffAssembler::emit_i32_xor(v8::internal::Register, v8::internal::Register, v8::internal::Register) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::LiftoffAssembler::emit_i32_andi(v8::internal::Register, v8::internal::Register, int) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      ...
  v8::internal::TurboAssembler::CallCFunction(v8::internal::ExternalReference, int), referenced from:
      v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>::Decode() in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::LiftoffAssembler::CallC(v8::internal::Signature<v8::internal::wasm::ValueType> const*, v8::internal::wasm::LiftoffRegister const*, v8::internal::wasm::LiftoffRegister const*, v8::internal::wasm::ValueType, int, v8::internal::ExternalReference) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
  v8::internal::TurboAssembler::CheckPageFlag(v8::internal::Register const&, int, v8::internal::Condition, v8::internal::Label*), referenced from:
      v8::internal::wasm::LiftoffAssembler::StoreTaggedPointer(v8::internal::Register, v8::internal::Register, int, v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegList) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::LiftoffAssembler::StoreTaggedPointer(v8::internal::Register, v8::internal::Register, int, v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegList) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
  v8::internal::TurboAssembler::CallCodeObject(v8::internal::Register), referenced from:
      vtable for v8::internal::MacroAssembler in libv8_base_without_compiler.a[73](builtins.cc.o)
      vtable for v8::internal::wasm::JumpTableAssembler in libv8_base_without_compiler.a[496](wasm-code-manager.cc.o)
      vtable for v8::internal::wasm::LiftoffAssembler in libv8_base_without_compiler.a[511](liftoff-assembler.cc.o)
  v8::internal::TurboAssembler::DefaultTmpList(), referenced from:
      v8::internal::(anonymous namespace)::OffHeapTrampolineGenerator::OffHeapTrampolineGenerator(v8::internal::Isolate*) in libv8_base_without_compiler.a[73](builtins.cc.o)
      v8::internal::SetupIsolateDelegate::PopulateWithPlaceholders(v8::internal::Isolate*) in libv8_base_without_compiler.a[78](setup-builtins-internal.cc.o)
      v8::internal::(anonymous namespace)::BuildWithMacroAssembler(v8::internal::Isolate*, int, void (*)(v8::internal::MacroAssembler*), char const*) in libv8_base_without_compiler.a[78](setup-builtins-internal.cc.o)
      v8::internal::(anonymous namespace)::BuildAdaptor(v8::internal::Isolate*, int, unsigned long, char const*) in libv8_base_without_compiler.a[78](setup-builtins-internal.cc.o)
      v8::internal::wasm::JumpTableAssembler::JumpTableAssembler(unsigned long, int) in libv8_base_without_compiler.a[496](wasm-code-manager.cc.o)
      v8::internal::wasm::LiftoffAssembler::LiftoffAssembler(std::__1::unique_ptr<v8::internal::AssemblerBuffer, std::__1::default_delete<v8::internal::AssemblerBuffer>>) in libv8_base_without_compiler.a[511](liftoff-assembler.cc.o)
      v8::internal::compiler::CodeGenerator::CodeGenerator(v8::internal::Zone*, v8::internal::compiler::Frame*, v8::internal::compiler::Linkage*, v8::internal::compiler::InstructionSequence*, v8::internal::OptimizedCompilationInfo*, v8::internal::Isolate*, v8::base::Optional<v8::internal::compiler::OsrHelper>, int, v8::internal::JumpOptimizationInfo*, v8::internal::PoisoningMitigationLevel, v8::internal::AssemblerOptions const&, int, unsigned long, unsigned long, std::__1::unique_ptr<v8::internal::AssemblerBuffer, std::__1::default_delete<v8::internal::AssemblerBuffer>>, char const*) in libv8_compiler.a[6](code-generator.cc.o)
      ...
  v8::internal::TurboAssembler::JumpCodeObject(v8::internal::Register), referenced from:
      vtable for v8::internal::MacroAssembler in libv8_base_without_compiler.a[73](builtins.cc.o)
      vtable for v8::internal::wasm::JumpTableAssembler in libv8_base_without_compiler.a[496](wasm-code-manager.cc.o)
      vtable for v8::internal::wasm::LiftoffAssembler in libv8_base_without_compiler.a[511](liftoff-assembler.cc.o)
  v8::internal::TurboAssembler::LoadStoreMacro(v8::internal::CPURegister const&, v8::internal::MemOperand const&, v8::internal::LoadStoreOp), referenced from:
      v8::internal::wasm::LiftoffAssembler::Fill(v8::internal::wasm::LiftoffRegister, int, v8::internal::wasm::ValueType) in libv8_base_without_compiler.a[511](liftoff-assembler.cc.o)
      v8::internal::wasm::LiftoffAssembler::Spill(int, v8::internal::wasm::WasmValue) in libv8_base_without_compiler.a[511](liftoff-assembler.cc.o)
      v8::internal::wasm::LiftoffAssembler::Spill(int, v8::internal::wasm::LiftoffRegister, v8::internal::wasm::ValueType) in libv8_base_without_compiler.a[511](liftoff-assembler.cc.o)
      v8::internal::wasm::LiftoffStackSlots::Construct() in libv8_base_without_compiler.a[511](liftoff-assembler.cc.o)
      v8::internal::wasm::LiftoffAssembler::PrepareCall(v8::internal::Signature<v8::internal::wasm::ValueType> const*, v8::internal::compiler::CallDescriptor*, v8::internal::Register*, v8::internal::Register*) in libv8_base_without_compiler.a[511](liftoff-assembler.cc.o)
      v8::internal::wasm::LiftoffAssembler::LoadReturnStackSlot(v8::internal::wasm::LiftoffRegister, int, v8::internal::wasm::ValueType) in libv8_base_without_compiler.a[511](liftoff-assembler.cc.o)
      v8::internal::wasm::LiftoffAssembler::StoreCallerFrameSlot(v8::internal::wasm::LiftoffRegister, unsigned int, v8::internal::wasm::ValueType) in libv8_base_without_compiler.a[511](liftoff-assembler.cc.o)
      ...
  v8::internal::TurboAssembler::DefaultFPTmpList(), referenced from:
      v8::internal::(anonymous namespace)::OffHeapTrampolineGenerator::OffHeapTrampolineGenerator(v8::internal::Isolate*) in libv8_base_without_compiler.a[73](builtins.cc.o)
      v8::internal::SetupIsolateDelegate::PopulateWithPlaceholders(v8::internal::Isolate*) in libv8_base_without_compiler.a[78](setup-builtins-internal.cc.o)
      v8::internal::(anonymous namespace)::BuildWithMacroAssembler(v8::internal::Isolate*, int, void (*)(v8::internal::MacroAssembler*), char const*) in libv8_base_without_compiler.a[78](setup-builtins-internal.cc.o)
      v8::internal::(anonymous namespace)::BuildAdaptor(v8::internal::Isolate*, int, unsigned long, char const*) in libv8_base_without_compiler.a[78](setup-builtins-internal.cc.o)
      v8::internal::wasm::JumpTableAssembler::JumpTableAssembler(unsigned long, int) in libv8_base_without_compiler.a[496](wasm-code-manager.cc.o)
      v8::internal::wasm::LiftoffAssembler::LiftoffAssembler(std::__1::unique_ptr<v8::internal::AssemblerBuffer, std::__1::default_delete<v8::internal::AssemblerBuffer>>) in libv8_base_without_compiler.a[511](liftoff-assembler.cc.o)
      v8::internal::compiler::CodeGenerator::CodeGenerator(v8::internal::Zone*, v8::internal::compiler::Frame*, v8::internal::compiler::Linkage*, v8::internal::compiler::InstructionSequence*, v8::internal::OptimizedCompilationInfo*, v8::internal::Isolate*, v8::base::Optional<v8::internal::compiler::OsrHelper>, int, v8::internal::JumpOptimizationInfo*, v8::internal::PoisoningMitigationLevel, v8::internal::AssemblerOptions const&, int, unsigned long, unsigned long, std::__1::unique_ptr<v8::internal::AssemblerBuffer, std::__1::default_delete<v8::internal::AssemblerBuffer>>, char const*) in libv8_compiler.a[6](code-generator.cc.o)
      ...
  v8::internal::TurboAssembler::IsNearCallOffset(long long), referenced from:
      v8::internal::wasm::JumpTableAssembler::EmitJumpSlot(unsigned long) in libv8_base_without_compiler.a[486](jump-table-assembler.cc.o)
  v8::internal::TurboAssembler::LoadRootRelative(v8::internal::Register, int), referenced from:
      vtable for v8::internal::MacroAssembler in libv8_base_without_compiler.a[73](builtins.cc.o)
      vtable for v8::internal::wasm::JumpTableAssembler in libv8_base_without_compiler.a[496](wasm-code-manager.cc.o)
      vtable for v8::internal::wasm::LiftoffAssembler in libv8_base_without_compiler.a[511](liftoff-assembler.cc.o)
  v8::internal::TurboAssembler::StoreTaggedField(v8::internal::Register const&, v8::internal::MemOperand const&), referenced from:
      v8::internal::wasm::LiftoffAssembler::StoreTaggedPointer(v8::internal::Register, v8::internal::Register, int, v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegList) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
  v8::internal::TurboAssembler::AssertUnreachable(v8::internal::AbortReason), referenced from:
      v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>::Decode() in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>::DecodeUnreachable(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::WasmOpcode) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
  v8::internal::TurboAssembler::CallBuiltinByIndex(v8::internal::Register), referenced from:
      vtable for v8::internal::MacroAssembler in libv8_base_without_compiler.a[73](builtins.cc.o)
      vtable for v8::internal::wasm::JumpTableAssembler in libv8_base_without_compiler.a[496](wasm-code-manager.cc.o)
      vtable for v8::internal::wasm::LiftoffAssembler in libv8_base_without_compiler.a[511](liftoff-assembler.cc.o)
  v8::internal::TurboAssembler::LoadStorePairMacro(v8::internal::CPURegister const&, v8::internal::CPURegister const&, v8::internal::MemOperand const&, v8::internal::LoadStorePairOp), referenced from:
      v8::internal::wasm::LiftoffAssembler::PrepareTailCall(int, int) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
  v8::internal::TurboAssembler::CallRecordWriteStub(v8::internal::Register, v8::internal::Operand, v8::internal::RememberedSetAction, v8::internal::SaveFPRegsMode, unsigned long), referenced from:
      v8::internal::wasm::LiftoffAssembler::StoreTaggedPointer(v8::internal::Register, v8::internal::Register, int, v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegList) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
  v8::internal::TurboAssembler::LoadCodeObjectEntry(v8::internal::Register, v8::internal::Register), referenced from:
      vtable for v8::internal::MacroAssembler in libv8_base_without_compiler.a[73](builtins.cc.o)
      vtable for v8::internal::wasm::JumpTableAssembler in libv8_base_without_compiler.a[496](wasm-code-manager.cc.o)
      vtable for v8::internal::wasm::LiftoffAssembler in libv8_base_without_compiler.a[511](liftoff-assembler.cc.o)
  v8::internal::TurboAssembler::B(v8::internal::Label*, v8::internal::Condition), referenced from:
      v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>::Decode() in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::LiftoffAssembler::emit_cond_jump(v8::internal::wasm::LiftoffCondition, v8::internal::Label*, v8::internal::wasm::ValueType, v8::internal::Register, v8::internal::Register) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::LiftoffAssembler::StackCheck(v8::internal::Label*, v8::internal::Register) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::EmitDebuggingInfo(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::WasmOpcode) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>::DecodeIf(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::WasmOpcode) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>::DecodeBrIf(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::WasmOpcode) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>::DecodeBrIf(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::WasmOpcode) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      ...
  v8::internal::TurboAssembler::CallForDeoptimization(v8::internal::Builtins::Name, int, v8::internal::Label*, v8::internal::DeoptimizeKind, v8::internal::Label*, v8::internal::Label*), referenced from:
      v8::internal::compiler::CodeGenerator::AssembleDeoptimizerCall(v8::internal::compiler::DeoptimizationExit*) in libv8_compiler.a[6](code-generator.cc.o)
      v8::internal::compiler::CodeGenerator::AssembleDeoptimizerCall(v8::internal::compiler::DeoptimizationExit*) in libv8_compiler.a[6](code-generator.cc.o)
  v8::internal::TurboAssembler::LoadFromConstantsTable(v8::internal::Register, int), referenced from:
      vtable for v8::internal::MacroAssembler in libv8_base_without_compiler.a[73](builtins.cc.o)
      vtable for v8::internal::wasm::JumpTableAssembler in libv8_base_without_compiler.a[496](wasm-code-manager.cc.o)
      vtable for v8::internal::wasm::LiftoffAssembler in libv8_base_without_compiler.a[511](liftoff-assembler.cc.o)
  v8::internal::TurboAssembler::LoadRootRegisterOffset(v8::internal::Register, long), referenced from:
      vtable for v8::internal::MacroAssembler in libv8_base_without_compiler.a[73](builtins.cc.o)
      vtable for v8::internal::wasm::JumpTableAssembler in libv8_base_without_compiler.a[496](wasm-code-manager.cc.o)
      vtable for v8::internal::wasm::LiftoffAssembler in libv8_base_without_compiler.a[511](liftoff-assembler.cc.o)
  v8::internal::TurboAssembler::LoadTaggedPointerField(v8::internal::Register const&, v8::internal::MemOperand const&), referenced from:
      v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::LoadNullValue(v8::internal::Register, v8::internal::wasm::LiftoffRegList) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>::DecodeGlobalGet(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::WasmOpcode) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>::DecodeGlobalGet(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::WasmOpcode) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>::DecodeGlobalSet(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::WasmOpcode) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::CallDirect(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::CallFunctionImmediate<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const*, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1>*, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::CallKind) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::CallDirect(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::CallFunctionImmediate<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const*, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1>*, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::CallKind) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::CallIndirect(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::CallIndirectImmediate<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::CallKind) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::CallIndirect(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::CallIndirectImmediate<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::CallKind) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      ...
  v8::internal::TurboAssembler::ConditionalCompareMacro(v8::internal::Register const&, v8::internal::Operand const&, v8::internal::StatusFlags, v8::internal::Condition, v8::internal::ConditionalCompareOp), referenced from:
      v8::internal::wasm::LiftoffAssembler::emit_type_conversion(v8::internal::wasm::WasmOpcode, v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister, v8::internal::Label*) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::LiftoffAssembler::emit_type_conversion(v8::internal::wasm::WasmOpcode, v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister, v8::internal::Label*) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::LiftoffAssembler::emit_i32_divs(v8::internal::Register, v8::internal::Register, v8::internal::Register, v8::internal::Label*, v8::internal::Label*) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::LiftoffAssembler::emit_i32_divs(v8::internal::Register, v8::internal::Register, v8::internal::Register, v8::internal::Label*, v8::internal::Label*) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::LiftoffAssembler::emit_i64_divs(v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister, v8::internal::Label*, v8::internal::Label*) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::LiftoffAssembler::emit_i64_divs(v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister, v8::internal::Label*, v8::internal::Label*) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
  v8::internal::TurboAssembler::ResetSpeculationPoisonRegister(), referenced from:
      v8::internal::compiler::CodeGenerator::InitializeSpeculationPoison() in libv8_compiler.a[6](code-generator.cc.o)
      v8::internal::compiler::CodeGenerator::AssembleInstruction(int, v8::internal::compiler::InstructionBlock const*) in libv8_compiler.a[6](code-generator.cc.o)
      v8::internal::compiler::CodeGenerator::ResetSpeculationPoison() in libv8_compiler.a[6](code-generator.cc.o)
  v8::internal::TurboAssembler::Cbz(v8::internal::Register const&, v8::internal::Label*), referenced from:
      void v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::EmitBinOp<(v8::internal::wasm::ValueType::Kind)1, (v8::internal::wasm::ValueType::Kind)1, false, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::BinOp(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::WasmOpcode, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1>*)::'lambda7'(v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister)>(v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::BinOp(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::WasmOpcode, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1>*)::'lambda7'(v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister)) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      void v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::EmitBinOp<(v8::internal::wasm::ValueType::Kind)1, (v8::internal::wasm::ValueType::Kind)1, false, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::BinOp(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::WasmOpcode, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1>*)::'lambda8'(v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister)>(v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::BinOp(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::WasmOpcode, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1>*)::'lambda8'(v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister)) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      void v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::EmitBinOp<(v8::internal::wasm::ValueType::Kind)1, (v8::internal::wasm::ValueType::Kind)1, false, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::BinOp(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::WasmOpcode, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1>*)::'lambda9'(v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister)>(v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::BinOp(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::WasmOpcode, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1>*)::'lambda9'(v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister)) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      void v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::EmitBinOp<(v8::internal::wasm::ValueType::Kind)2, (v8::internal::wasm::ValueType::Kind)2, false, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::BinOp(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::WasmOpcode, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1>*)::'lambda11'(v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister)>(v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::BinOp(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::WasmOpcode, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1>*)::'lambda11'(v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister)) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      void v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::EmitBinOp<(v8::internal::wasm::ValueType::Kind)2, (v8::internal::wasm::ValueType::Kind)2, false, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::BinOp(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::WasmOpcode, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1>*)::'lambda12'(v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister)>(v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::BinOp(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::WasmOpcode, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1>*)::'lambda12'(v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister)) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      void v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::EmitBinOp<(v8::internal::wasm::ValueType::Kind)2, (v8::internal::wasm::ValueType::Kind)2, false, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::BinOp(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::WasmOpcode, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1>*)::'lambda13'(v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister)>(v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::BinOp(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::WasmOpcode, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1>*)::'lambda13'(v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister)) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::LiftoffAssembler::emit_i32_divs(v8::internal::Register, v8::internal::Register, v8::internal::Register, v8::internal::Label*, v8::internal::Label*) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::LiftoffAssembler::emit_i32_divs(v8::internal::Register, v8::internal::Register, v8::internal::Register, v8::internal::Label*, v8::internal::Label*) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      ...
  v8::internal::TurboAssembler::Mov(v8::internal::Register const&, v8::internal::Operand const&, v8::internal::DiscardMoveMode), referenced from:
      v8::internal::wasm::LiftoffAssembler::LoadConstant(v8::internal::wasm::LiftoffRegister, v8::internal::wasm::WasmValue, v8::internal::RelocInfo::Mode) in libv8_base_without_compiler.a[511](liftoff-assembler.cc.o)
      v8::internal::wasm::LiftoffAssembler::Move(v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister, v8::internal::wasm::ValueType) in libv8_base_without_compiler.a[511](liftoff-assembler.cc.o)
      v8::internal::wasm::LiftoffAssembler::ClearRegister(v8::internal::Register, std::initializer_list<v8::internal::Register*>, v8::internal::wasm::LiftoffRegList) in libv8_base_without_compiler.a[511](liftoff-assembler.cc.o)
      v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>::DecodeMemoryGrow(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::WasmOpcode) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::ReturnImpl(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::ReturnImpl(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::CallDirect(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::CallFunctionImmediate<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const*, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1>*, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::CallKind) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      ...
  v8::internal::TurboAssembler::Mov(v8::internal::Register const&, unsigned long long), referenced from:
      v8::internal::wasm::JumpTableAssembler::EmitLazyCompileJumpSlot(unsigned int, unsigned long) in libv8_base_without_compiler.a[486](jump-table-assembler.cc.o)
      v8::internal::wasm::LiftoffAssembler::Spill(int, v8::internal::wasm::WasmValue) in libv8_base_without_compiler.a[511](liftoff-assembler.cc.o)
      v8::internal::wasm::LiftoffAssembler::Spill(int, v8::internal::wasm::WasmValue) in libv8_base_without_compiler.a[511](liftoff-assembler.cc.o)
      v8::internal::wasm::LiftoffStackSlots::Construct() in libv8_base_without_compiler.a[511](liftoff-assembler.cc.o)
      v8::internal::TurboAssembler::Fmov(v8::internal::VRegister, float) in libv8_base_without_compiler.a[511](liftoff-assembler.cc.o)
      v8::internal::TurboAssembler::Fmov(v8::internal::VRegister, double) in libv8_base_without_compiler.a[511](liftoff-assembler.cc.o)
      v8::internal::wasm::LiftoffAssembler::FillStackSlotsWithZero(int, int) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      ...
  v8::internal::TurboAssembler::Tbz(v8::internal::Register const&, unsigned int, v8::internal::Label*), referenced from:
      v8::internal::wasm::LiftoffAssembler::StoreTaggedPointer(v8::internal::Register, v8::internal::Register, int, v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegList) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::SubtypeCheck(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::Label*, v8::internal::wasm::LiftoffRegList, v8::internal::Register) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
  v8::internal::TurboAssembler::Call(v8::internal::Handle<v8::internal::Code>, v8::internal::RelocInfo::Mode), referenced from:
      v8::internal::Builtins::Generate_MemCopyUint8Uint8(v8::internal::MacroAssembler*) in libv8_base_without_compiler.a[47](builtins-internal-gen.cc.o)
      v8::internal::Builtins::Generate_MemMove(v8::internal::MacroAssembler*) in libv8_base_without_compiler.a[47](builtins-internal-gen.cc.o)
  v8::internal::TurboAssembler::Call(v8::internal::Register), referenced from:
      v8::internal::SetupIsolateDelegate::PopulateWithPlaceholders(v8::internal::Isolate*) in libv8_base_without_compiler.a[78](setup-builtins-internal.cc.o)
      v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::CallDirect(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::CallFunctionImmediate<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const*, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1>*, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::CallKind) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::CallIndirect(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::CallIndirectImmediate<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::CallKind) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
  v8::internal::TurboAssembler::Call(unsigned long, v8::internal::RelocInfo::Mode), referenced from:
      v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>::Decode() in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>::Decode() in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>::Decode() in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::EmitBreakpoint(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>::DecodeTableGet(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::WasmOpcode) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>::DecodeTableSet(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::WasmOpcode) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>::DecodeMemoryGrow(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::WasmOpcode) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      ...
  v8::internal::TurboAssembler::Cbnz(v8::internal::Register const&, v8::internal::Label*), referenced from:
      v8::internal::wasm::liftoff::AtomicBinop(v8::internal::wasm::LiftoffAssembler*, v8::internal::Register, v8::internal::Register, unsigned long, v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister, v8::internal::wasm::StoreType, v8::internal::wasm::liftoff::Binop) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::LiftoffAssembler::AtomicCompareExchange(v8::internal::Register, v8::internal::Register, unsigned long, v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister, v8::internal::wasm::StoreType) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::TurboAssembler::CompareAndBranch(v8::internal::Register const&, v8::internal::Operand const&, v8::internal::Condition, v8::internal::Label*) in libv8_compiler.a[6](code-generator.cc.o)
  v8::internal::TurboAssembler::Csel(v8::internal::Register const&, v8::internal::Register const&, v8::internal::Operand const&, v8::internal::Condition), referenced from:
      v8::internal::wasm::LiftoffAssembler::emit_f32_set_cond(v8::internal::wasm::LiftoffCondition, v8::internal::Register, v8::internal::VRegister, v8::internal::VRegister) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::LiftoffAssembler::emit_f64_set_cond(v8::internal::wasm::LiftoffCondition, v8::internal::Register, v8::internal::VRegister, v8::internal::VRegister) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
  v8::internal::TurboAssembler::Jump(v8::internal::Register, v8::internal::Condition), referenced from:
      v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::CallDirect(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::CallFunctionImmediate<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const*, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1>*, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::CallKind) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::CallIndirect(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::CallIndirectImmediate<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::CallKind) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
  v8::internal::TurboAssembler::Jump(v8::internal::ExternalReference const&), referenced from:
      vtable for v8::internal::MacroAssembler in libv8_base_without_compiler.a[73](builtins.cc.o)
      vtable for v8::internal::wasm::JumpTableAssembler in libv8_base_without_compiler.a[496](wasm-code-manager.cc.o)
      vtable for v8::internal::wasm::LiftoffAssembler in libv8_base_without_compiler.a[511](liftoff-assembler.cc.o)
  v8::internal::TurboAssembler::Jump(unsigned long, v8::internal::RelocInfo::Mode, v8::internal::Condition), referenced from:
      v8::internal::wasm::JumpTableAssembler::EmitLazyCompileJumpSlot(unsigned int, unsigned long) in libv8_base_without_compiler.a[486](jump-table-assembler.cc.o)
      v8::internal::wasm::JumpTableAssembler::EmitJumpSlot(unsigned long) in libv8_base_without_compiler.a[486](jump-table-assembler.cc.o)
      v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::CallDirect(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::CallFunctionImmediate<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const*, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1>*, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::CallKind) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
  v8::internal::TurboAssembler::Move(v8::internal::Register, v8::internal::Smi), referenced from:
      v8::internal::SetupIsolateDelegate::PopulateWithPlaceholders(v8::internal::Isolate*) in libv8_base_without_compiler.a[78](setup-builtins-internal.cc.o)
  v8::internal::TurboAssembler::Movi(v8::internal::VRegister const&, unsigned long long, v8::internal::Shift, int), referenced from:
      v8::internal::TurboAssembler::Fmov(v8::internal::VRegister, float) in libv8_base_without_compiler.a[511](liftoff-assembler.cc.o)
      v8::internal::TurboAssembler::Fmov(v8::internal::VRegister, double) in libv8_base_without_compiler.a[511](liftoff-assembler.cc.o)
      v8::internal::wasm::LiftoffAssembler::emit_i8x16_bitmask(v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
  v8::internal::TurboAssembler::Movi(v8::internal::VRegister const&, unsigned long long, unsigned long long), referenced from:
      v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>::DecodeSimd(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::WasmOpcode) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::LiftoffAssembler::emit_i8x16_shuffle(v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister, unsigned char const*, bool) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::LiftoffAssembler::emit_i16x8_bitmask(v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::LiftoffAssembler::emit_i32x4_bitmask(v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
  v8::internal::TurboAssembler::Tbnz(v8::internal::Register const&, unsigned int, v8::internal::Label*), referenced from:
      v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::SubtypeCheck(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::Label*, v8::internal::wasm::LiftoffRegList, v8::internal::Register) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
      v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::SubtypeCheck(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::Label*, v8::internal::wasm::LiftoffRegList, v8::internal::Register) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
  v8::internal::TurboAssembler::Trap(), referenced from:
      v8::internal::(anonymous namespace)::OffHeapTrampolineGenerator::Generate(unsigned long, v8::internal::(anonymous namespace)::TrampolineType) in libv8_base_without_compiler.a[73](builtins.cc.o)
      vtable for v8::internal::MacroAssembler in libv8_base_without_compiler.a[73](builtins.cc.o)
      vtable for v8::internal::wasm::JumpTableAssembler in libv8_base_without_compiler.a[496](wasm-code-manager.cc.o)
      vtable for v8::internal::wasm::LiftoffAssembler in libv8_base_without_compiler.a[511](liftoff-assembler.cc.o)
  v8::internal::TurboAssembler::Check(v8::internal::Condition, v8::internal::AbortReason), referenced from:
      void v8::internal::TurboAssembler::Poke<(v8::internal::TurboAssembler::StoreLRMode)1>(v8::internal::CPURegister const&, v8::internal::Operand const&) in libv8_base_without_compiler.a[511](liftoff-assembler.cc.o)
      void v8::internal::TurboAssembler::Peek<(v8::internal::TurboAssembler::LoadLRMode)1>(v8::internal::CPURegister const&, v8::internal::Operand const&) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
  v8::internal::TurboAssembler::LoadMap(v8::internal::Register, v8::internal::Register), referenced from:
      v8::internal::wasm::(anonymous namespace)::LiftoffCompiler::SubtypeCheck(v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>*, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::wasm::ValueBase<(v8::internal::wasm::Decoder::ValidateFlag)1> const&, v8::internal::Label*, v8::internal::wasm::LiftoffRegList, v8::internal::Register) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
  v8::internal::TurboAssembler::LoadRoot(v8::internal::Register, v8::internal::RootIndex), referenced from:
      vtable for v8::internal::MacroAssembler in libv8_base_without_compiler.a[73](builtins.cc.o)
      vtable for v8::internal::wasm::JumpTableAssembler in libv8_base_without_compiler.a[496](wasm-code-manager.cc.o)
      vtable for v8::internal::wasm::LiftoffAssembler in libv8_base_without_compiler.a[511](liftoff-assembler.cc.o)
  v8::internal::TurboAssembler::PopHelper(int, int, v8::internal::CPURegister const&, v8::internal::CPURegister const&, v8::internal::CPURegister const&, v8::internal::CPURegister const&), referenced from:
      void v8::internal::TurboAssembler::PopCPURegList<(v8::internal::TurboAssembler::LoadLRMode)1>(v8::internal::CPURegList) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
  v8::internal::JavaScriptFrame::fp_register(), referenced from:
      v8::internal::Deoptimizer::DoComputeOutputFrames() in libv8_base_without_compiler.a[128](deoptimizer.cc.o)
      v8::internal::Deoptimizer::DoComputeInterpretedFrame(v8::internal::TranslatedFrame*, int, bool) in libv8_base_without_compiler.a[128](deoptimizer.cc.o)
      v8::internal::Deoptimizer::DoComputeConstructStubFrame(v8::internal::TranslatedFrame*, int) in libv8_base_without_compiler.a[128](deoptimizer.cc.o)
      v8::internal::Deoptimizer::DoComputeBuiltinContinuation(v8::internal::TranslatedFrame*, int, v8::internal::BuiltinContinuationMode) in libv8_base_without_compiler.a[128](deoptimizer.cc.o)
  v8::internal::JavaScriptFrame::context_register(), referenced from:
      v8::internal::Deoptimizer::DoComputeInterpretedFrame(v8::internal::TranslatedFrame*, int, bool) in libv8_base_without_compiler.a[128](deoptimizer.cc.o)
      v8::internal::Deoptimizer::DoComputeConstructStubFrame(v8::internal::TranslatedFrame*, int) in libv8_base_without_compiler.a[128](deoptimizer.cc.o)
      v8::internal::Deoptimizer::DoComputeBuiltinContinuation(v8::internal::TranslatedFrame*, int, v8::internal::BuiltinContinuationMode) in libv8_base_without_compiler.a[128](deoptimizer.cc.o)
  v8::internal::StoreDescriptor::NameRegister(), referenced from:
      v8::internal::StoreGlobalDescriptor::InitializePlatformSpecific(v8::internal::CallInterfaceDescriptorData*) in libv8_base_without_compiler.a[94](interface-descriptors.cc.o)
      v8::internal::StoreGlobalWithVectorDescriptor::InitializePlatformSpecific(v8::internal::CallInterfaceDescriptorData*) in libv8_base_without_compiler.a[94](interface-descriptors.cc.o)
      v8::internal::StoreDescriptor::InitializePlatformSpecific(v8::internal::CallInterfaceDescriptorData*) in libv8_base_without_compiler.a[94](interface-descriptors.cc.o)
      v8::internal::StoreTransitionDescriptor::InitializePlatformSpecific(v8::internal::CallInterfaceDescriptorData*) in libv8_base_without_compiler.a[94](interface-descriptors.cc.o)
      v8::internal::StoreWithVectorDescriptor::InitializePlatformSpecific(v8::internal::CallInterfaceDescriptorData*) in libv8_base_without_compiler.a[94](interface-descriptors.cc.o)
  v8::internal::StoreDescriptor::SlotRegister(), referenced from:
      v8::internal::StoreGlobalDescriptor::InitializePlatformSpecific(v8::internal::CallInterfaceDescriptorData*) in libv8_base_without_compiler.a[94](interface-descriptors.cc.o)
      v8::internal::StoreGlobalWithVectorDescriptor::InitializePlatformSpecific(v8::internal::CallInterfaceDescriptorData*) in libv8_base_without_compiler.a[94](interface-descriptors.cc.o)
      v8::internal::StoreDescriptor::InitializePlatformSpecific(v8::internal::CallInterfaceDescriptorData*) in libv8_base_without_compiler.a[94](interface-descriptors.cc.o)
      v8::internal::StoreWithVectorDescriptor::InitializePlatformSpecific(v8::internal::CallInterfaceDescriptorData*) in libv8_base_without_compiler.a[94](interface-descriptors.cc.o)
  v8::internal::StoreDescriptor::ValueRegister(), referenced from:
      v8::internal::StoreGlobalDescriptor::InitializePlatformSpecific(v8::internal::CallInterfaceDescriptorData*) in libv8_base_without_compiler.a[94](interface-descriptors.cc.o)
      v8::internal::StoreGlobalWithVectorDescriptor::InitializePlatformSpecific(v8::internal::CallInterfaceDescriptorData*) in libv8_base_without_compiler.a[94](interface-descriptors.cc.o)
      v8::internal::StoreDescriptor::InitializePlatformSpecific(v8::internal::CallInterfaceDescriptorData*) in libv8_base_without_compiler.a[94](interface-descriptors.cc.o)
      v8::internal::StoreTransitionDescriptor::InitializePlatformSpecific(v8::internal::CallInterfaceDescriptorData*) in libv8_base_without_compiler.a[94](interface-descriptors.cc.o)
      v8::internal::StoreWithVectorDescriptor::InitializePlatformSpecific(v8::internal::CallInterfaceDescriptorData*) in libv8_base_without_compiler.a[94](interface-descriptors.cc.o)
  v8::internal::StoreDescriptor::ReceiverRegister(), referenced from:
      v8::internal::StoreDescriptor::InitializePlatformSpecific(v8::internal::CallInterfaceDescriptorData*) in libv8_base_without_compiler.a[94](interface-descriptors.cc.o)
      v8::internal::StoreTransitionDescriptor::InitializePlatformSpecific(v8::internal::CallInterfaceDescriptorData*) in libv8_base_without_compiler.a[94](interface-descriptors.cc.o)
      v8::internal::StoreWithVectorDescriptor::InitializePlatformSpecific(v8::internal::CallInterfaceDescriptorData*) in libv8_base_without_compiler.a[94](interface-descriptors.cc.o)
  v8::internal::EhFrameConstants::kCodeAlignmentFactor, referenced from:
      v8::internal::EhFrameWriter::WriteCie() in libv8_base_without_compiler.a[132](eh-frame.cc.o)
      v8::internal::EhFrameWriter::AdvanceLocation(int) in libv8_base_without_compiler.a[132](eh-frame.cc.o)
  v8::internal::EhFrameConstants::kDataAlignmentFactor, referenced from:
      v8::internal::EhFrameWriter::WriteCie() in libv8_base_without_compiler.a[132](eh-frame.cc.o)
      v8::internal::EhFrameWriter::RecordRegisterSavedToStack(int, int) in libv8_base_without_compiler.a[132](eh-frame.cc.o)
  v8::internal::FrameDescription::SetCallerFp(unsigned int, long), referenced from:
      v8::internal::Deoptimizer::DoComputeInterpretedFrame(v8::internal::TranslatedFrame*, int, bool) in libv8_base_without_compiler.a[128](deoptimizer.cc.o)
      v8::internal::Deoptimizer::DoComputeArgumentsAdaptorFrame(v8::internal::TranslatedFrame*, int) in libv8_base_without_compiler.a[128](deoptimizer.cc.o)
      v8::internal::Deoptimizer::DoComputeConstructStubFrame(v8::internal::TranslatedFrame*, int) in libv8_base_without_compiler.a[128](deoptimizer.cc.o)
      v8::internal::Deoptimizer::DoComputeBuiltinContinuation(v8::internal::TranslatedFrame*, int, v8::internal::BuiltinContinuationMode) in libv8_base_without_compiler.a[128](deoptimizer.cc.o)
  v8::internal::FrameDescription::SetCallerPc(unsigned int, long), referenced from:
      v8::internal::Deoptimizer::DoComputeInterpretedFrame(v8::internal::TranslatedFrame*, int, bool) in libv8_base_without_compiler.a[128](deoptimizer.cc.o)
      v8::internal::Deoptimizer::DoComputeArgumentsAdaptorFrame(v8::internal::TranslatedFrame*, int) in libv8_base_without_compiler.a[128](deoptimizer.cc.o)
      v8::internal::Deoptimizer::DoComputeConstructStubFrame(v8::internal::TranslatedFrame*, int) in libv8_base_without_compiler.a[128](deoptimizer.cc.o)
      v8::internal::Deoptimizer::DoComputeBuiltinContinuation(v8::internal::TranslatedFrame*, int, v8::internal::BuiltinContinuationMode) in libv8_base_without_compiler.a[128](deoptimizer.cc.o)
  v8::internal::FrameDescription::SetPc(long), referenced from:
      v8::internal::Deoptimizer::DoComputeInterpretedFrame(v8::internal::TranslatedFrame*, int, bool) in libv8_base_without_compiler.a[128](deoptimizer.cc.o)
      v8::internal::Deoptimizer::DoComputeInterpretedFrame(v8::internal::TranslatedFrame*, int, bool) in libv8_base_without_compiler.a[128](deoptimizer.cc.o)
      v8::internal::Deoptimizer::DoComputeArgumentsAdaptorFrame(v8::internal::TranslatedFrame*, int) in libv8_base_without_compiler.a[128](deoptimizer.cc.o)
      v8::internal::Deoptimizer::DoComputeConstructStubFrame(v8::internal::TranslatedFrame*, int) in libv8_base_without_compiler.a[128](deoptimizer.cc.o)
      v8::internal::Deoptimizer::DoComputeBuiltinContinuation(v8::internal::TranslatedFrame*, int, v8::internal::BuiltinContinuationMode) in libv8_base_without_compiler.a[128](deoptimizer.cc.o)
  v8::internal::PatchingAssembler::PatchSubSp(unsigned int), referenced from:
      v8::internal::wasm::WasmFullDecoder<(v8::internal::wasm::Decoder::ValidateFlag)1, v8::internal::wasm::(anonymous namespace)::LiftoffCompiler>::Decode() in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
  v8::internal::ApiGetterDescriptor::HolderRegister(), referenced from:
      v8::internal::ApiGetterDescriptor::InitializePlatformSpecific(v8::internal::CallInterfaceDescriptorData*) in libv8_base_without_compiler.a[94](interface-descriptors.cc.o)
  v8::internal::ApiGetterDescriptor::CallbackRegister(), referenced from:
      v8::internal::ApiGetterDescriptor::InitializePlatformSpecific(v8::internal::CallInterfaceDescriptorData*) in libv8_base_without_compiler.a[94](interface-descriptors.cc.o)
  v8::internal::LaneCountFromFormat(v8::internal::VectorFormat), referenced from:
      v8::internal::VRegister::Create(int, v8::internal::VectorFormat) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
  v8::internal::ScalarFormatFromFormat(v8::internal::VectorFormat), referenced from:
      v8::internal::wasm::liftoff::EmitAllTrue(v8::internal::wasm::LiftoffAssembler*, v8::internal::wasm::LiftoffRegister, v8::internal::wasm::LiftoffRegister, v8::internal::VectorFormat) in libv8_base_without_compiler.a[512](liftoff-compiler.cc.o)
  v8::internal::CallInterfaceDescriptor::ContextRegister(), referenced from:
      v8::internal::EmbeddedData::FromIsolate(v8::internal::Isolate*) in libv8_base_without_compiler.a[455](embedded-data.cc.o)
  v8::internal::CallInterfaceDescriptor::DefaultInitializePlatformSpecific(v8::internal::CallInterfaceDescriptorData*, int), referenced from:
      v8::internal::CallDescriptors::InitializeOncePerProcess() in libv8_base_without_compiler.a[94](interface-descriptors.cc.o)
. . .
Note: See TracTickets for help on using tickets.