Searched defs:compiled_module (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/wasm/ |
D | wasm-module.cc | 50 Isolate* isolate, Handle<WasmCompiledModule> compiled_module, in ExtractStringFromModuleBytes() 454 WasmCompiledModule* compiled_module) { in ResetCompiledModule() 524 WasmCompiledModule* compiled_module = owner->get_compiled_module(); in InstanceFinalizer() local 589 Handle<WasmCompiledModule> compiled_module, int func_index) { in GetFunctionOffsetAndLength() 681 int wasm::GetFunctionCodeOffset(Handle<WasmCompiledModule> compiled_module, in GetFunctionCodeOffset() 686 bool wasm::GetPositionInfo(Handle<WasmCompiledModule> compiled_module, in GetPositionInfo() 1849 Handle<WasmCompiledModule> compiled_module( in GetWasmFunctionName() local 1870 WasmCompiledModule* compiled_module = in WasmIsAsmJs() local 1879 WasmCompiledModule* compiled_module = GetCompiledModule(*instance); in GetScript() local 1937 Handle<WasmCompiledModule> compiled_module = in CreateModuleObjectFromBytes() local [all …]
|
D | wasm-objects.cc | 68 Isolate* isolate, Handle<WasmCompiledModule> compiled_module) { in New() 200 DEFINE_ACCESSORS(WasmInstanceObject, compiled_module, kCompiledModule, in DEFINE_ACCESSORS() argument 248 Isolate* isolate, Handle<WasmCompiledModule> compiled_module) { in New() 299 Handle<WasmCompiledModule> compiled_module( in New() local
|
D | wasm-debug.cc | 34 Handle<WasmCompiledModule> compiled_module(GetCompiledModule(*wasm_instance), in GetAsmJsOffsetTables() local 121 WasmCompiledModule *compiled_module = wasm::GetCompiledModule(*instance); in GetAsmJsSourcePosition() local
|
/external/v8/src/snapshot/ |
D | code-serializer.cc | 223 Handle<WasmCompiledModule> compiled_module = in SerializeWasmModule() local 265 Handle<WasmCompiledModule> compiled_module = in DeserializeWasmModule() local
|
/external/v8/src/runtime/ |
D | runtime-test.cc | 786 Handle<FixedArray> compiled_module; in RUNTIME_FUNCTION() local
|
D | runtime-debug.cc | 579 Handle<WasmCompiledModule> compiled_module( in RUNTIME_FUNCTION() local
|
/external/v8/src/ |
D | messages.cc | 640 Handle<WasmCompiledModule> compiled_module( in GetFunctionName() local
|
D | api.cc | 7305 i::Handle<i::WasmCompiledModule> compiled_module = in Deserialize() local
|
D | objects.cc | 13413 Handle<WasmCompiledModule> compiled_module( in GetPositionInfo() local
|