/third_party/node/deps/v8/src/wasm/ |
D | wasm-objects.h | 711 class WasmExportedFunctionData 712 : public TorqueGeneratedWasmExportedFunctionData<WasmExportedFunctionData, 718 DECL_PRINTER(WasmExportedFunctionData) 719 DECL_VERIFIER(WasmExportedFunctionData) 724 TQ_OBJECT_CONSTRUCTORS(WasmExportedFunctionData)
|
D | wasm-objects-inl.h | 42 TQ_OBJECT_CONSTRUCTORS_IMPL(WasmExportedFunctionData) in TQ_OBJECT_CONSTRUCTORS_IMPL() 286 wasm::FunctionSig* WasmExportedFunctionData::sig() const { in ACCESSORS()
|
D | wasm-objects.tq | 54 extern class WasmExportedFunctionData extends WasmFunctionData {
|
D | wasm-js.cc | 1919 i::Handle<i::WasmExportedFunctionData> data = in WebAssemblyFunctionType() 2581 i::WasmExportedFunctionData data = sfi.wasm_exported_function_data(); in WebAssemblySuspenderReturnPromiseOnSuspend() 2597 auto function_data = i::WasmExportedFunctionData::cast( in WebAssemblySuspenderReturnPromiseOnSuspend()
|
D | c-api.cc | 1524 i::Handle<i::WasmExportedFunctionData> function_data, in PrepareFunctionData() 1660 i::Handle<i::WasmExportedFunctionData> function_data( in call() 1661 i::WasmExportedFunctionData::cast(raw_function_data), isolate); in call()
|
D | wasm-objects.cc | 1968 Handle<WasmExportedFunctionData> function_data = in New()
|
/third_party/node/deps/v8/src/objects/ |
D | shared-function-info.h | 41 class WasmExportedFunctionData; variable 356 V8_EXPORT_PRIVATE WasmExportedFunctionData
|
D | shared-function-info.cc | 135 WasmExportedFunctionData SharedFunctionInfo::wasm_exported_function_data() in wasm_exported_function_data() 138 return WasmExportedFunctionData::cast(function_data(kAcquireLoad)); in wasm_exported_function_data()
|
D | object-list-macros.h | 249 IF_WASM(V, WasmExportedFunctionData) \
|
D | shared-function-info-inl.h | 739 const WasmExportedFunctionData& function_data = wasm_exported_function_data(); in wasm_module() 748 const WasmExportedFunctionData& function_data = wasm_exported_function_data(); in wasm_function_signature()
|
D | map.h | 78 IF_WASM(V, WasmExportedFunctionData) \
|
D | js-function.cc | 1229 Handle<WasmExportedFunctionData> function_data( in ToString()
|
D | objects-body-descriptors-inl.h | 1137 return CALL_APPLY(WasmExportedFunctionData); in BodyDescriptorApply()
|
/third_party/node/deps/v8/src/heap/ |
D | objects-visiting.h | 60 IF_WASM(V, WasmExportedFunctionData) \
|
D | factory.h | 72 class WasmExportedFunctionData; variable 607 Handle<WasmExportedFunctionData> NewWasmExportedFunctionData( 631 Handle<String> name, Handle<WasmExportedFunctionData> data);
|
D | factory.cc | 1590 Handle<WasmExportedFunctionData> Factory::NewWasmExportedFunctionData( in NewWasmExportedFunctionData() 1598 WasmExportedFunctionData result = in NewWasmExportedFunctionData() 1599 WasmExportedFunctionData::cast(AllocateRawWithImmortalMap( in NewWasmExportedFunctionData() 1711 Handle<String> name, Handle<WasmExportedFunctionData> data) { in NewSharedFunctionInfoForWasmExportedFunction()
|
D | setup-heap-internal.cc | 516 WasmExportedFunctionData::kSize, wasm_exported_function_data) in CreateInitialMaps()
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-wasm.cc | 244 WasmExportedFunctionData function_data = in ReplaceWrapper() 254 Handle<WasmExportedFunctionData> function_data = in RUNTIME_FUNCTION() 255 args.at<WasmExportedFunctionData>(1); in RUNTIME_FUNCTION()
|
/third_party/node/deps/v8/src/handles/ |
D | handles.h | 38 class WasmExportedFunctionData; variable
|
/third_party/node/deps/v8/src/builtins/x64/ |
D | builtins-x64.cc | 2975 FieldOperand(function_data, WasmExportedFunctionData::kSuspenderOffset)); in AllocateContinuation() 3100 WasmExportedFunctionData::kInstanceOffset - kHeapObjectTag)); in LoadFunctionDataAndWasmInstance() 3110 WasmExportedFunctionData::kSignatureOffset - kHeapObjectTag)); in LoadValueTypesArray() 3175 WasmExportedFunctionData::kWrapperBudgetOffset - kHeapObjectTag), in GenericJSToWasmWrapperHelper() 3662 FieldOperand(function_data, WasmExportedFunctionData::kInternalOffset)); in GenericJSToWasmWrapperHelper()
|
/third_party/node/deps/v8/src/diagnostics/ |
D | objects-debug.cc | 1779 void WasmExportedFunctionData::WasmExportedFunctionDataVerify( in WasmExportedFunctionDataVerify()
|
D | objects-printer.cc | 1978 void WasmExportedFunctionData::WasmExportedFunctionDataPrint(std::ostream& os) { in WasmExportedFunctionDataPrint()
|
/third_party/node/deps/v8/src/compiler/ |
D | code-assembler.h | 132 class WasmExportedFunctionData; variable
|
D | wasm-compiler.cc | 445 WasmExportedFunctionData::kFunctionIndexOffset)); in LoadExportedFunctionIndexAsSmi() 451 WasmExportedFunctionData::kInstanceOffset)); in LoadExportedFunctionInstance() 3285 wasm::ObjectAccess::ToTagged(WasmExportedFunctionData::kInternalOffset)); in BuildLoadCallTargetFromExportedFunctionData()
|
/third_party/node/deps/v8/src/codegen/ |
D | code-stub-assembler.cc | 14746 CAST(sfi_data), WasmExportedFunctionData::kWrapperCodeOffset)); in GetSharedFunctionInfoCode()
|