Searched defs:Bytecodes (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/debug/
H A Ddebug-evaluate.cc331 typedef interpreter::Bytecodes Bytecodes; typedef
332 if (Bytecodes::IsWithoutExternalSideEffects(bytecode)) return true;
333 if (Bytecodes::IsCallOrConstruct(bytecode)) return true;
334 if (Bytecodes::WritesBooleanToAccumulator(bytecode)) return true;
335 if (Bytecodes::IsJumpIfToBoolean(bytecode)) return true;
336 if (Bytecodes::IsPrefixScalingBytecode(bytecode)) return true;
399 Bytecodes::ToString(bytecode));
528 if (interpreter::Bytecodes::IsCallRuntime(bytecode)) {

Completed in 252 milliseconds