Home
last modified time | relevance | path

Searched defs:bytecode (Results 1 – 25 of 48) sorted by relevance

12

/external/v8/src/interpreter/
Dbytecodes.h329 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 …]
Dbytecodes.cc61 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 <<()
Dinterpreter-assembler.h191 Bytecode bytecode() const { return bytecode_; } in bytecode() function
Dbytecode-peephole-table.h50 Bytecode bytecode; member
Dbytecode-decoder.cc74 Bytecode bytecode = Bytecodes::FromByte(bytecode_start[0]); in Decode() local
Dbytecode-array-iterator.cc180 Bytecode bytecode = current_bytecode(); in GetJumpTargetOffset() local
Dbytecode-array-writer.cc106 Bytecode bytecode = node->bytecode(); in EmitBytecode() local
Dmkpeephole.cc33 std::string BytecodeName(Bytecode bytecode) { in BytecodeName()
/external/mesa3d/src/gallium/drivers/r600/
Dr700_asm.c26 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/
Dbytecode_dispatches_report.py96 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/
DInstanceof.java120 Bytecode bytecode = jc.getBytecode(); in replace() local
148 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
DCast.java114 Bytecode bytecode = jc.getBytecode(); in replace() local
144 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
DFieldAccess.java195 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()
DExpr.java233 int regno, Bytecode bytecode) { in storeStack()
242 Bytecode bytecode) { in storeStack0()
289 protected void replace0(int pos, Bytecode bytecode, int size) in replace0()
DNewExpr.java199 Bytecode bytecode = jc.getBytecode(); in replace() local
229 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
DNewArray.java225 Bytecode bytecode = jc.getBytecode(); in replace2() local
252 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
DMethodCall.java225 Bytecode bytecode = jc.getBytecode(); in replace() local
/external/v8/src/compiler/
Dbytecode-branch-analysis.cc24 interpreter::Bytecode bytecode = iterator.current_bytecode(); in Analyze() local
Dbytecode-loop-analysis.cc31 interpreter::Bytecode bytecode = iterator.current_bytecode(); in Analyze() local
/external/desugar/java/com/google/devtools/build/android/desugar/
DClassReaderFactory.java41 try (InputStream bytecode = inputFileProvider.getInputStream(filename)) { in readIfKnown()
DLambdaClassFixer.java192 ClassReader bytecode = checkNotNull(factory.readIfKnown(interfaceInternalName), in copyRewrittenLambdaMethods() local
202 ClassReader bytecode = factory.readIfKnown(implemented); in copyBridgeMethods() local
DDesugar.java278 try (InputStream bytecode = in main()
/external/google-breakpad/src/processor/
Ddisassembler_x86.cc34 DisassemblerX86::DisassemblerX86(const uint8_t *bytecode, in DisassemblerX86()
/external/v8/src/runtime/
Druntime-interpreter.cc60 interpreter::Bytecode bytecode = bytecode_iterator.current_bytecode(); in PrintRegisters() local
/external/fonttools/Lib/fontTools/ttLib/tables/
DttProgram.py208 def fromBytecode(self, bytecode): argument

12