Home
last modified time | relevance | path

Searched refs:ApiFunction (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dexternal-reference.h13 class ApiFunction; variable
404 static V8_EXPORT_PRIVATE ExternalReference Create(ApiFunction* ptr,
413 Create(Isolate* isolate, ApiFunction* ptr, Type type, Address* c_functions,
Dexternal-reference.cc178 ExternalReference ExternalReference::Create(ApiFunction* fun, Type type) { in Create()
184 Isolate* isolate, ApiFunction* fun, Type type, Address* c_functions, in Create()
717 ApiFunction thunk_fun(thunk_address); in invoke_function_callback()
724 ApiFunction thunk_fun(thunk_address); in invoke_accessor_getter_callback()
Dassembler.h58 class ApiFunction; variable
/third_party/node/deps/v8/src/api/
Dapi.h72 class ApiFunction {
74 explicit ApiFunction(v8::internal::Address addr) : addr_(addr) {} in ApiFunction() function
/third_party/node/deps/v8/src/objects/
Dobjects.cc1475 ApiFunction fun(address); in redirect()
1489 ApiFunction fun(address); in redirected_callback()
/third_party/node/deps/v8/src/compiler/
Djs-native-context-specialization.cc2249 ApiFunction function(call_handler_info.callback()); in InlineApiCall()
Djs-call-reducer.cc967 ApiFunction api_function(call_handler_info.callback()); in ReduceFastApiCall()
3859 ApiFunction api_function(call_handler_info.callback()); in ReduceCallApiFunction()