Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecodes.cc170 if (IsCallOrConstruct(bytecode) || IsCallRuntime(bytecode)) return true; in MakesCallAlongCriticalPath()
Dinterpreter-assembler.cc571 DCHECK(Bytecodes::IsCallOrConstruct(bytecode_)); in CallJSWithFeedback()
730 DCHECK(Bytecodes::IsCallOrConstruct(bytecode_)); in CallJS()
Dbytecodes.h622 static constexpr bool IsCallOrConstruct(Bytecode bytecode) { in IsCallOrConstruct() function
/external/v8/src/debug/
Ddebug-evaluate.cc333 if (Bytecodes::IsCallOrConstruct(bytecode)) return true; in BytecodeHasNoSideEffect()
Ddebug.cc306 } else if (interpreter::Bytecodes::IsCallOrConstruct(bytecode)) { in GetDebugBreakType()