• Home
  • Raw
  • Download

Lines Matching refs:instance_object_

1088         instance_object_(instance_object),  in ThreadImpl()
1247 Handle<WasmInstanceObject> instance_object_; member in v8::internal::wasm::__anon49171a620111::ThreadImpl
1402 size_t mem_size = instance_object_->memory_size(); in BoundsCheckMem()
1408 return reinterpret_cast<Address>(instance_object_->memory_start()) + in BoundsCheckMem()
1409 offset + (index & instance_object_->memory_mask()); in BoundsCheckMem()
1433 instance_object_->memory_start()); in ExecuteLoad()
1459 instance_object_->memory_start()); in ExecuteStore()
1676 instance_object_->imported_mutable_globals()[global->index]); in GetGlobalPtr()
1678 return instance_object_->globals_start() + global->offset; in GetGlobalPtr()
2070 Isolate* isolate = instance_object_->GetIsolate(); in DoStackCheck()
2476 Handle<WasmMemoryObject> memory(instance_object_->memory_object(), in Execute()
2477 instance_object_->GetIsolate()); in Execute()
2490 Push(WasmValue(static_cast<uint32_t>(instance_object_->memory_size() / in Execute()
2717 Handle<WasmDebugInfo> debug_info(instance_object_->debug_info(), isolate); in CallExternalWasmFunction()
2841 Isolate* isolate = instance_object_->GetIsolate(); in CallImportedFunction()
2846 ImportedFunctionEntry entry(instance_object_, function_index); in CallImportedFunction()
2876 Isolate* isolate = instance_object_->GetIsolate(); in CallIndirectFunction()
2885 if (entry_index >= instance_object_->indirect_function_table_size()) { in CallIndirectFunction()
2889 IndirectFunctionTableEntry entry(instance_object_, entry_index); in CallIndirectFunction()
2904 if (!instance_object_.is_identical_to(instance)) { in CallIndirectFunction()