Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dcode.h559 inline uintptr_t GetBaselinePCForNextExecutedBytecode(
Dcode-inl.h587 uintptr_t Code::GetBaselinePCForNextExecutedBytecode(int bytecode_offset, in GetBaselinePCForNextExecutedBytecode() function
/third_party/node/deps/v8/src/codegen/
Dexternal-reference.cc695 return code_obj.GetBaselinePCForNextExecutedBytecode(bytecode_offset, in BaselinePCForNextExecutedBytecode()