Searched defs:compiled_module (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/wasm/ |
D | wasm-objects.cc | 192 Isolate* isolate, Handle<WasmCompiledModule> compiled_module) { in iterate_compiled_module_instance_chain() 198 bool IsBreakablePosition(Handle<WasmCompiledModule> compiled_module, in IsBreakablePosition() 220 Isolate* isolate, Handle<WasmCompiledModule> compiled_module) { in New() 257 DEFINE_OBJ_GETTER(WasmModuleObject, compiled_module, kCompiledModule, in DEFINE_OBJ_GETTER() argument 392 DEFINE_OBJ_ACCESSORS(WasmInstanceObject, compiled_module, kCompiledModule, in DEFINE_OBJ_ACCESSORS() argument 445 Isolate* isolate, Handle<WasmCompiledModule> compiled_module) { in New() 710 Handle<WasmCompiledModule> compiled_module(instance->compiled_module(), in SetBreakpointsOnNewInstance() local 744 Handle<WasmCompiledModule> compiled_module( in New() local 762 Isolate* isolate, Handle<WasmCompiledModule> compiled_module, in ExtractUtf8StringFromModuleBytes() 817 Isolate* isolate, Handle<WasmCompiledModule> compiled_module) { in ReinitializeAfterDeserialization() [all …]
|
D | wasm-module.cc | 507 Handle<WasmCompiledModule> compiled_module = in CompileToModuleObject() local 548 WasmCompiledModule* compiled_module) { in ResetCompiledModule() 666 WasmCompiledModule* compiled_module = owner->compiled_module(); in InstanceFinalizer() local 730 Handle<WasmCompiledModule> compiled_module, int func_index) { in GetFunctionOffsetAndLength() 839 int wasm::GetFunctionCodeOffset(Handle<WasmCompiledModule> compiled_module, in GetFunctionCodeOffset() 1732 Handle<WasmCompiledModule> compiled_module) { in ProcessExports() 2069 WasmCompiledModule* compiled_module = in GetScript() local 2339 WasmCompiledModule* compiled_module = module_obj->compiled_module(); in ValidateInstancesChain() local 2363 WasmCompiledModule* compiled_module = module_obj->compiled_module(); in ValidateModuleState() local 2374 WasmCompiledModule* compiled_module = instance->compiled_module(); in ValidateOrphanedInstance() local [all …]
|
D | wasm-debug.cc | 202 Handle<WasmCompiledModule> compiled_module( in NotifyDebugEventListeners() local 240 int GetTopPosition(Handle<WasmCompiledModule> compiled_module) { in GetTopPosition()
|
D | wasm-code-specialization.cc | 110 WasmCompiledModule* compiled_module = instance->compiled_module(); in ApplyToWholeInstance() local
|
/external/v8/src/snapshot/ |
D | code-serializer.cc | 244 Handle<WasmCompiledModule> compiled_module = in SerializeWasmModule() local 289 Handle<WasmCompiledModule> compiled_module( in DeserializeWasmModule() local
|
/external/v8/src/ |
D | messages.cc | 658 Handle<WasmCompiledModule> compiled_module( in GetFunctionName() local 748 Handle<WasmCompiledModule> compiled_module( in GetPosition() local
|
D | frames.cc | 1223 Handle<WasmCompiledModule> compiled_module(wasm_instance()->compiled_module(), in WASM_SUMMARY_DISPATCH() local 1239 Handle<WasmCompiledModule> compiled_module( in FunctionName() local
|
D | isolate.cc | 717 Handle<WasmCompiledModule> compiled_module( in NewStackFrameObject() local 1571 Handle<WasmCompiledModule> compiled_module( in Throw() local
|
D | api.cc | 7554 i::Handle<i::WasmCompiledModule> compiled_module = in Deserialize() local 9248 i::Handle<i::WasmCompiledModule> compiled_module( in GetPossibleBreakpoints() local 9330 i::WasmCompiledModule* compiled_module = in NumFunctions() local 9340 i::WasmCompiledModule* compiled_module = in NumImportedFunctions() local 9351 i::WasmCompiledModule* compiled_module = in GetFunctionRange() local 9368 i::WasmCompiledModule* compiled_module = in DisassembleFunction() local
|
D | objects.cc | 13036 Handle<WasmCompiledModule> compiled_module( in GetPositionInfo() local
|
/external/v8/src/runtime/ |
D | runtime-test.cc | 873 Handle<FixedArray> compiled_module; in RUNTIME_FUNCTION() local
|
/external/v8/src/debug/ |
D | debug.cc | 674 Handle<WasmCompiledModule> compiled_module( in SetBreakPointForScript() local
|