Searched refs:WasmExportedFunctionData (Results 1 – 14 of 14) sorted by relevance
/external/v8/src/wasm/ |
D | wasm-objects-inl.h | 25 CAST_ACCESSOR(WasmExportedFunctionData) in CAST_ACCESSOR() argument 213 ACCESSORS(WasmExportedFunctionData, wrapper_code, Code, kWrapperCodeOffset) in ACCESSORS() argument 214 ACCESSORS(WasmExportedFunctionData, instance, WasmInstanceObject, in ACCESSORS() 216 SMI_ACCESSORS(WasmExportedFunctionData, jump_table_offset, in ACCESSORS() 218 SMI_ACCESSORS(WasmExportedFunctionData, function_index, kFunctionIndexOffset) in ACCESSORS()
|
D | wasm-objects.h | 496 class WasmExportedFunctionData : public Struct { 503 DECL_CAST(WasmExportedFunctionData) 506 DECL_PRINTER(WasmExportedFunctionData) 507 DECL_VERIFIER(WasmExportedFunctionData)
|
D | wasm-debug.cc | 726 Handle<WasmExportedFunctionData> function_data = in GetCWasmEntry() 727 Handle<WasmExportedFunctionData>::cast(isolate->factory()->NewStruct( in GetCWasmEntry()
|
D | wasm-objects.cc | 1381 Handle<WasmExportedFunctionData> function_data = in New() 1382 Handle<WasmExportedFunctionData>::cast(isolate->factory()->NewStruct( in New()
|
/external/v8/src/objects/ |
D | shared-function-info.h | 21 class WasmExportedFunctionData; variable 334 WasmExportedFunctionData* wasm_exported_function_data() const; 335 inline void set_wasm_exported_function_data(WasmExportedFunctionData* data);
|
/external/v8/src/heap/ |
D | factory.h | 63 class WasmExportedFunctionData; variable 1040 Handle<WasmExportedFunctionData> exported_function_data, Handle<Map> map); 1068 MaybeHandle<WasmExportedFunctionData> maybe_exported_function_data_;
|
D | factory.cc | 4107 Handle<WasmExportedFunctionData> exported_function_data, Handle<Map> map) { in ForWasm()
|
/external/v8/src/ |
D | objects-definitions.h | 318 V(WASM_EXPORTED_FUNCTION_DATA, WasmExportedFunctionData, \
|
D | objects-debug.cc | 1661 void WasmExportedFunctionData::WasmExportedFunctionDataVerify( in WasmExportedFunctionDataVerify()
|
D | objects-printer.cc | 1761 void WasmExportedFunctionData::WasmExportedFunctionDataPrint( in WasmExportedFunctionDataPrint()
|
D | objects.cc | 13837 WasmExportedFunctionData* SharedFunctionInfo::wasm_exported_function_data() in wasm_exported_function_data() 13840 return WasmExportedFunctionData::cast(function_data()); in wasm_exported_function_data()
|
D | code-stub-assembler.cc | 12350 CAST(sfi_data), WasmExportedFunctionData::kWrapperCodeOffset)); in GetSharedFunctionInfoCode()
|
/external/v8/src/compiler/ |
D | code-assembler.h | 248 class WasmExportedFunctionData;
|
D | wasm-compiler.cc | 4362 jsgraph()->Int32Constant(WasmExportedFunctionData::kInstanceOffset - in BuildLoadInstanceFromExportedFunctionData() 4371 WasmExportedFunctionData::kFunctionIndexOffset - kHeapObjectTag), in BuildLoadFunctionIndexFromExportedFunctionData() 4381 WasmExportedFunctionData::kJumpTableOffsetOffset - kHeapObjectTag), in BuildLoadJumpTableOffsetFromExportedFunctionData()
|