Home
last modified time | relevance | path

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

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

Completed in 31 milliseconds