Home
last modified time | relevance | path

Searched refs:hook_on_function_call_address (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/debug/
Ddebug.h383 Address hook_on_function_call_address() { in hook_on_function_call_address() function
/third_party/node/deps/v8/src/wasm/
Dwasm-objects-inl.h222 PRIMITIVE_ACCESSORS(WasmInstanceObject, hook_on_function_call_address, Address, in SANDBOXED_POINTER_ACCESSORS()
Dwasm-objects.h356 DECL_PRIMITIVE_ACCESSORS(hook_on_function_call_address, Address)
Dwasm-objects.cc1226 isolate->debug()->hook_on_function_call_address()); in New()
/third_party/node/deps/v8/src/codegen/
Dexternal-reference.cc1087 return ExternalReference(isolate->debug()->hook_on_function_call_address()); in debug_hook_on_function_call_address()