Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecodes.cc215 if (IsCallOrConstruct(bytecode) || IsCallRuntime(bytecode)) return true; in MakesCallAlongCriticalPath()
Dbytecodes.h674 static constexpr bool IsCallRuntime(Bytecode bytecode) { in IsCallRuntime() function
Dinterpreter-assembler.cc1223 DCHECK(Bytecodes::IsCallRuntime(bytecode_)); in CallRuntimeN()
/external/v8/src/debug/
Ddebug-evaluate.cc887 if (interpreter::Bytecodes::IsCallRuntime(bytecode)) { in FunctionGetSideEffectState()