| /external/v8/src/interpreter/ |
| D | bytecodes.h | 419 static uint8_t ToByte(Bytecode bytecode) { in ToByte() 426 Bytecode bytecode = static_cast<Bytecode>(value); in FromByte() local 452 static OperandScale PrefixBytecodeToOperandScale(Bytecode bytecode) { in PrefixBytecodeToOperandScale() 467 static AccumulatorUse GetAccumulatorUse(Bytecode bytecode) { in GetAccumulatorUse() 473 static bool ReadsAccumulator(Bytecode bytecode) { in ReadsAccumulator() 478 static bool WritesAccumulator(Bytecode bytecode) { in WritesAccumulator() 483 static bool WritesBooleanToAccumulator(Bytecode bytecode) { in WritesBooleanToAccumulator() 510 static constexpr bool IsAccumulatorLoadWithoutEffects(Bytecode bytecode) { in IsAccumulatorLoadWithoutEffects() 525 static constexpr bool IsRegisterLoadWithoutEffects(Bytecode bytecode) { in IsRegisterLoadWithoutEffects() 532 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() 169 bool Bytecodes::MakesCallAlongCriticalPath(Bytecode bytecode) { in MakesCallAlongCriticalPath() 219 bool Bytecodes::IsStarLookahead(Bytecode bytecode, OperandScale operand_scale) { in IsStarLookahead() 254 bool Bytecodes::IsBytecodeWithScalableOperands(Bytecode bytecode) { in IsBytecodeWithScalableOperands() 300 bool Bytecodes::BytecodeHasHandler(Bytecode bytecode, in BytecodeHasHandler() [all …]
|
| D | interpreter-assembler.h | 230 Bytecode bytecode() const { return bytecode_; } in bytecode() function
|
| D | bytecode-peephole-table.h | 51 Bytecode bytecode; member
|
| D | bytecode-decoder.cc | 91 Bytecode bytecode = Bytecodes::FromByte(bytecode_start[0]); in Decode() local
|
| D | bytecode-array-accessor.cc | 179 Bytecode bytecode = current_bytecode(); in GetJumpTargetOffset() local
|
| D | bytecode-array-writer.cc | 107 Bytecode bytecode = node->bytecode(); in EmitBytecode() local
|
| D | mkpeephole.cc | 33 std::string BytecodeName(Bytecode bytecode) { in BytecodeName()
|
| /external/v8/src/compiler/ |
| D | bytecode-analysis.cc | 97 void UpdateInLiveness(Bytecode bytecode, BytecodeLivenessState& in_liveness, in UpdateInLiveness() 178 void UpdateOutLiveness(Bytecode bytecode, BytecodeLivenessState& out_liveness, in UpdateOutLiveness() 214 void UpdateAssignments(Bytecode bytecode, BytecodeLoopAssignments& assignments, in UpdateAssignments() 252 Bytecode bytecode = iterator.current_bytecode(); in Analyze() local 368 Bytecode bytecode = iterator.current_bytecode(); in Analyze() local 505 Bytecode bytecode = iterator.current_bytecode(); in LivenessIsValid() local
|
| /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/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/google-breakpad/src/processor/ |
| D | disassembler_x86.cc | 34 DisassemblerX86::DisassemblerX86(const uint8_t *bytecode, in DisassemblerX86()
|
| /external/desugar/java/com/google/devtools/build/android/desugar/ |
| D | ClassReaderFactory.java | 41 try (InputStream bytecode = inputFileProvider.getInputStream(filename)) { in readIfKnown()
|
| D | DefaultMethodClassFixer.java | 143 ClassReader bytecode = bootclasspath.readIfKnown(internalName); in recordInheritedMethods() local 167 ClassReader bytecode = classpath.readIfKnown(implemented); in defaultMethodsDefined() local 204 ClassReader bytecode = checkNotNull(classpath.readIfKnown(implemented), in stubMissingDefaultMethods() local
|
| D | LambdaClassFixer.java | 202 ClassReader bytecode = checkNotNull(factory.readIfKnown(interfaceInternalName), in copyRewrittenLambdaMethods() local 213 ClassReader bytecode = factory.readIfKnown(implemented); in copyBridgeMethods() local
|
| /external/v8/src/debug/ |
| D | debug-evaluate.cc | 329 bool BytecodeHasNoSideEffect(interpreter::Bytecode bytecode) { in BytecodeHasNoSideEffect() 526 interpreter::Bytecode bytecode = it.current_bytecode(); in FunctionHasNoSideEffect() local
|
| /external/v8/src/runtime/ |
| D | runtime-interpreter.cc | 65 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
|