Home
last modified time | relevance | path

Searched refs:fast_api_call_target (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/execution/
Disolate-data.h40 V(kFastApiCallTargetOffset, kSystemPointerSize, fast_api_call_target) \
119 Address fast_api_call_target() const { return fast_api_call_target_; } in fast_api_call_target() function
/third_party/node/deps/v8/src/profiler/
Dtick-sample.cc289 isolate_data->fast_api_call_target() != kNullAddress) { in GetStackSample()
291 reinterpret_cast<void*>(isolate_data->fast_api_call_target()); in GetStackSample()