| /external/v8/src/interpreter/ |
| D | bytecodes.h | 329 static uint8_t ToByte(Bytecode bytecode) { in ToByte() 336 Bytecode bytecode = static_cast<Bytecode>(value); in FromByte() local 362 static OperandScale PrefixBytecodeToOperandScale(Bytecode bytecode) { in PrefixBytecodeToOperandScale() 377 static AccumulatorUse GetAccumulatorUse(Bytecode bytecode) { in GetAccumulatorUse() 383 static bool ReadsAccumulator(Bytecode bytecode) { in ReadsAccumulator() 389 static bool WritesAccumulator(Bytecode bytecode) { in WritesAccumulator() 395 static bool WritesBooleanToAccumulator(Bytecode bytecode) { in WritesBooleanToAccumulator() 419 static CONSTEXPR bool IsAccumulatorLoadWithoutEffects(Bytecode bytecode) { in IsAccumulatorLoadWithoutEffects() 432 static CONSTEXPR bool IsRegisterLoadWithoutEffects(Bytecode bytecode) { in IsRegisterLoadWithoutEffects() 439 static CONSTEXPR bool IsConditionalJumpImmediate(Bytecode bytecode) { in IsConditionalJumpImmediate() [all …]
|
| D | bytecodes.cc | 61 const char* Bytecodes::ToString(Bytecode bytecode) { in ToString() 74 std::string Bytecodes::ToString(Bytecode bytecode, OperandScale operand_scale) { in ToString() 88 Bytecode Bytecodes::GetDebugBreak(Bytecode bytecode) { in GetDebugBreak() 108 int Bytecodes::GetOperandOffset(Bytecode bytecode, int i, in GetOperandOffset() 122 Bytecode Bytecodes::GetJumpWithoutToBoolean(Bytecode bytecode) { in GetJumpWithoutToBoolean() 140 bool Bytecodes::IsDebugBreak(Bytecode bytecode) { in IsDebugBreak() 206 bool Bytecodes::IsStarLookahead(Bytecode bytecode, OperandScale operand_scale) { in IsStarLookahead() 240 bool Bytecodes::IsBytecodeWithScalableOperands(Bytecode bytecode) { in IsBytecodeWithScalableOperands() 286 bool Bytecodes::BytecodeHasHandler(Bytecode bytecode, in BytecodeHasHandler() 292 std::ostream& operator<<(std::ostream& os, const Bytecode& bytecode) { in operator <<()
|
| D | interpreter-assembler.h | 191 Bytecode bytecode() const { return bytecode_; } in bytecode() function
|
| D | bytecode-peephole-table.h | 50 Bytecode bytecode; member
|
| D | bytecode-decoder.cc | 74 Bytecode bytecode = Bytecodes::FromByte(bytecode_start[0]); in Decode() local
|
| D | bytecode-array-iterator.cc | 180 Bytecode bytecode = current_bytecode(); in GetJumpTargetOffset() local
|
| D | bytecode-array-writer.cc | 106 Bytecode bytecode = node->bytecode(); in EmitBytecode() local
|
| D | mkpeephole.cc | 33 std::string BytecodeName(Bytecode bytecode) { in BytecodeName()
|
| /external/mesa3d/src/gallium/drivers/r600/ |
| D | r700_asm.c | 26 void r700_bytecode_cf_vtx_build(uint32_t *bytecode, const struct r600_bytecode_cf *cf) in r700_bytecode_cf_vtx_build()
|
| /external/v8/tools/ignition/ |
| D | bytecode_dispatches_report.py | 96 dispatches_table, bytecode, top_count, sort_source_relative): argument 115 def print_top_dispatch_sources_and_destinations(dispatches_table, bytecode, argument
|
| /external/javassist/src/main/javassist/expr/ |
| D | Instanceof.java | 120 Bytecode bytecode = jc.getBytecode(); in replace() local 148 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
|
| D | Cast.java | 114 Bytecode bytecode = jc.getBytecode(); in replace() local 144 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
|
| D | FieldAccess.java | 195 Bytecode bytecode = jc.getBytecode(); in replace() local 236 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit() 284 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
|
| D | Expr.java | 233 int regno, Bytecode bytecode) { in storeStack() 242 Bytecode bytecode) { in storeStack0() 289 protected void replace0(int pos, Bytecode bytecode, int size) in replace0()
|
| D | NewExpr.java | 199 Bytecode bytecode = jc.getBytecode(); in replace() local 229 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
|
| D | NewArray.java | 225 Bytecode bytecode = jc.getBytecode(); in replace2() local 252 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
|
| D | MethodCall.java | 225 Bytecode bytecode = jc.getBytecode(); in replace() local
|
| /external/v8/src/compiler/ |
| D | bytecode-branch-analysis.cc | 24 interpreter::Bytecode bytecode = iterator.current_bytecode(); in Analyze() local
|
| D | bytecode-loop-analysis.cc | 31 interpreter::Bytecode bytecode = iterator.current_bytecode(); in Analyze() local
|
| /external/desugar/java/com/google/devtools/build/android/desugar/ |
| D | ClassReaderFactory.java | 41 try (InputStream bytecode = inputFileProvider.getInputStream(filename)) { in readIfKnown()
|
| D | LambdaClassFixer.java | 192 ClassReader bytecode = checkNotNull(factory.readIfKnown(interfaceInternalName), in copyRewrittenLambdaMethods() local 202 ClassReader bytecode = factory.readIfKnown(implemented); in copyBridgeMethods() local
|
| D | Desugar.java | 278 try (InputStream bytecode = in main()
|
| /external/google-breakpad/src/processor/ |
| D | disassembler_x86.cc | 34 DisassemblerX86::DisassemblerX86(const uint8_t *bytecode, in DisassemblerX86()
|
| /external/v8/src/runtime/ |
| D | runtime-interpreter.cc | 60 interpreter::Bytecode bytecode = bytecode_iterator.current_bytecode(); in PrintRegisters() local
|
| /external/fonttools/Lib/fontTools/ttLib/tables/ |
| D | ttProgram.py | 208 def fromBytecode(self, bytecode): argument
|