Home
last modified time | relevance | path

Searched defs:function_data (Results 1 – 15 of 15) sorted by relevance

/third_party/node/deps/v8/src/compiler-dispatcher/
Dlazy-compile-dispatcher.cc190 Object function_data = function->function_data(kAcquireLoad); in IsEnqueued() local
376 Object function_data = shared->function_data(kAcquireLoad); in GetJobFor() local
/third_party/node/deps/v8/src/wasm/
Dwasm-objects.cc1815 Handle<WasmOnFulfilledData> function_data = in New() local
1968 Handle<WasmExportedFunctionData> function_data = in New() local
2097 Handle<WasmJSFunctionData> function_data = factory->NewWasmJSFunctionData( in New() local
2157 WasmJSFunctionData function_data = shared().wasm_js_function_data(); in GetSignature() local
2174 WasmJSFunctionData function_data = shared().wasm_js_function_data(); in MatchesSignatureForSuspend() local
2195 WasmJSFunctionData function_data = shared().wasm_js_function_data(); in MatchesSignature() local
Dc-api.cc1524 i::Handle<i::WasmExportedFunctionData> function_data, in PrepareFunctionData()
1660 i::Handle<i::WasmExportedFunctionData> function_data( in call() local
Dwasm-js.cc2597 auto function_data = i::WasmExportedFunctionData::cast( in WebAssemblySuspenderReturnPromiseOnSuspend() local
/third_party/node/deps/v8/src/objects/
Dshared-function-info-inl.h739 const WasmExportedFunctionData& function_data = wasm_exported_function_data(); in wasm_module() local
748 const WasmExportedFunctionData& function_data = wasm_exported_function_data(); in wasm_function_signature() local
Djs-function.cc1229 Handle<WasmExportedFunctionData> function_data( in ToString() local
/third_party/node/deps/v8/src/runtime/
Druntime-wasm.cc244 WasmExportedFunctionData function_data = in ReplaceWrapper() local
254 Handle<WasmExportedFunctionData> function_data = in RUNTIME_FUNCTION() local
Druntime-debug.cc776 const auto& function_data = script_data.functions[j]; in RUNTIME_FUNCTION() local
/third_party/node/deps/v8/src/inspector/
Dv8-profiler-agent-impl.cc365 v8::debug::Coverage::FunctionData function_data = in coverageToProtocol() local
/third_party/node/deps/v8/src/builtins/x64/
Dbuiltins-x64.cc2901 Register wasm_instance, Register function_data) { in PrepareForBuiltinCall()
2920 void RestoreAfterBuiltinCall(MacroAssembler* masm, Register function_data, in RestoreAfterBuiltinCall()
2970 void AllocateContinuation(MacroAssembler* masm, Register function_data, in AllocateContinuation()
3081 Register function_data, in LoadFunctionDataAndWasmInstance()
3103 void LoadValueTypesArray(MacroAssembler* masm, Register function_data, in LoadValueTypesArray()
3163 Register function_data = rdi; in GenericJSToWasmWrapperHelper() local
4105 Register function_data = sfi; in Generate_WasmResume() local
/third_party/node/deps/v8/src/heap/
Dfactory-base.cc427 Handle<HeapObject> function_data; in NewSharedFunctionInfo() local
/third_party/cef/libcef/renderer/
Dv8_impl.cc708 v8::Local<v8::External> function_data = in GetNativeFunctionTemplate() local
1450 v8::Local<v8::External> function_data = in CreateFunction() local
/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.cc6513 Node* function_data = gasm_->LoadFunctionDataFromJSFunction(input); in BuildUnpackObjectWrapper() local
6805 Node* function_data, in BuildCallAndReturn()
6943 Node* function_data = gasm_->LoadFunctionDataFromJSFunction(js_closure); in BuildJSToWasmWrapper() local
/third_party/node/deps/v8/src/d8/
Dd8.cc3415 debug::Coverage::FunctionData function_data = in WriteLcovData() local
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc2960 TNode<HeapObject> function_data = LoadObjectField<HeapObject>( in LoadSharedFunctionInfoBytecodeArray() local