Home
last modified time | relevance | path

Searched refs:WasmExportedFunctionData (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/wasm/
Dwasm-objects-inl.h25 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()
Dwasm-objects.h496 class WasmExportedFunctionData : public Struct {
503 DECL_CAST(WasmExportedFunctionData)
506 DECL_PRINTER(WasmExportedFunctionData)
507 DECL_VERIFIER(WasmExportedFunctionData)
Dwasm-debug.cc726 Handle<WasmExportedFunctionData> function_data = in GetCWasmEntry()
727 Handle<WasmExportedFunctionData>::cast(isolate->factory()->NewStruct( in GetCWasmEntry()
Dwasm-objects.cc1381 Handle<WasmExportedFunctionData> function_data = in New()
1382 Handle<WasmExportedFunctionData>::cast(isolate->factory()->NewStruct( in New()
/external/v8/src/objects/
Dshared-function-info.h21 class WasmExportedFunctionData; variable
334 WasmExportedFunctionData* wasm_exported_function_data() const;
335 inline void set_wasm_exported_function_data(WasmExportedFunctionData* data);
/external/v8/src/heap/
Dfactory.h63 class WasmExportedFunctionData; variable
1040 Handle<WasmExportedFunctionData> exported_function_data, Handle<Map> map);
1068 MaybeHandle<WasmExportedFunctionData> maybe_exported_function_data_;
Dfactory.cc4107 Handle<WasmExportedFunctionData> exported_function_data, Handle<Map> map) { in ForWasm()
/external/v8/src/
Dobjects-definitions.h318 V(WASM_EXPORTED_FUNCTION_DATA, WasmExportedFunctionData, \
Dobjects-debug.cc1661 void WasmExportedFunctionData::WasmExportedFunctionDataVerify( in WasmExportedFunctionDataVerify()
Dobjects-printer.cc1761 void WasmExportedFunctionData::WasmExportedFunctionDataPrint( in WasmExportedFunctionDataPrint()
Dobjects.cc13837 WasmExportedFunctionData* SharedFunctionInfo::wasm_exported_function_data() in wasm_exported_function_data()
13840 return WasmExportedFunctionData::cast(function_data()); in wasm_exported_function_data()
Dcode-stub-assembler.cc12350 CAST(sfi_data), WasmExportedFunctionData::kWrapperCodeOffset)); in GetSharedFunctionInfoCode()
/external/v8/src/compiler/
Dcode-assembler.h248 class WasmExportedFunctionData;
Dwasm-compiler.cc4362 jsgraph()->Int32Constant(WasmExportedFunctionData::kInstanceOffset - in BuildLoadInstanceFromExportedFunctionData()
4371 WasmExportedFunctionData::kFunctionIndexOffset - kHeapObjectTag), in BuildLoadFunctionIndexFromExportedFunctionData()
4381 WasmExportedFunctionData::kJumpTableOffsetOffset - kHeapObjectTag), in BuildLoadJumpTableOffsetFromExportedFunctionData()