Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecodes.cc170 if (IsCallOrConstruct(bytecode) || IsCallRuntime(bytecode)) return true; in MakesCallAlongCriticalPath()
Dbytecodes.h633 static constexpr bool IsCallRuntime(Bytecode bytecode) { in IsCallRuntime() function
Dinterpreter-assembler.cc924 DCHECK(Bytecodes::IsCallRuntime(bytecode_)); in CallRuntimeN()
/external/v8/src/debug/
Ddebug-evaluate.cc528 if (interpreter::Bytecodes::IsCallRuntime(bytecode)) { in FunctionHasNoSideEffect()