HomeSort by relevance Sort by last modified time
    Searched defs:Bytecodes (Results 1 - 3 of 3) sorted by null

  /external/v8/src/debug/
debug-evaluate.cc 16 #include "src/interpreter/bytecodes.h"
331 typedef interpreter::Bytecodes Bytecodes;
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;
338 // Whitelist for bytecodes.
399 Bytecodes::ToString(bytecode))
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/lib/
sa-jdi.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
sa-jdi.jar 

Completed in 160 milliseconds