Home
last modified time | relevance | path

Searched refs:SetInterpreterEntryTrampolineForProfiling (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dheap.h931 void SetInterpreterEntryTrampolineForProfiling(Code code);
Dheap.cc6835 void Heap::SetInterpreterEntryTrampolineForProfiling(Code code) { in SetInterpreterEntryTrampolineForProfiling() function in v8::internal::Heap
/third_party/node/deps/v8/src/execution/
Disolate.cc4069 heap_.SetInterpreterEntryTrampolineForProfiling( in ThrowInternal()