Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
Dexternal-reference.cc679 static uintptr_t BaselinePCForBytecodeOffset(Address raw_code_obj, in BaselinePCForBytecodeOffset() argument
682 Code code_obj = Code::cast(Object(raw_code_obj)); in BaselinePCForBytecodeOffset()
689 static uintptr_t BaselinePCForNextExecutedBytecode(Address raw_code_obj, in BaselinePCForNextExecutedBytecode() argument
692 Code code_obj = Code::cast(Object(raw_code_obj)); in BaselinePCForNextExecutedBytecode()