/external/v8/src/interpreter/ |
D | bytecodes.cc | 16 const char* Bytecodes::ToString(Bytecode bytecode) { in ToString() 59 uint8_t Bytecodes::ToByte(Bytecode bytecode) { in ToByte() 66 Bytecode bytecode = static_cast<Bytecode>(value); in FromByte() local 73 int Bytecodes::Size(Bytecode bytecode) { in Size() 88 int Bytecodes::NumberOfOperands(Bytecode bytecode) { in NumberOfOperands() 103 OperandType Bytecodes::GetOperandType(Bytecode bytecode, int i) { in GetOperandType() 118 OperandSize Bytecodes::GetOperandSize(Bytecode bytecode, int i) { in GetOperandSize() 133 int Bytecodes::GetOperandOffset(Bytecode bytecode, int i) { in GetOperandOffset() 162 bool Bytecodes::IsConditionalJumpImmediate(Bytecode bytecode) { in IsConditionalJumpImmediate() 173 bool Bytecodes::IsConditionalJumpConstant(Bytecode bytecode) { in IsConditionalJumpConstant() [all …]
|
D | bytecode-array-builder.cc | 32 Bytecode bytecode = GetBytecode(); in GetOperand() local 164 void BytecodeArrayBuilder::Output(Bytecode bytecode, uint32_t(&operands)[N]) { in Output() 191 void BytecodeArrayBuilder::Output(Bytecode bytecode, uint32_t operand0, in Output() 199 void BytecodeArrayBuilder::Output(Bytecode bytecode, uint32_t operand0, in Output() 206 void BytecodeArrayBuilder::Output(Bytecode bytecode, uint32_t operand0, in Output() 213 void BytecodeArrayBuilder::Output(Bytecode bytecode, uint32_t operand0) { in Output() 219 void BytecodeArrayBuilder::Output(Bytecode bytecode) { in Output() 394 Bytecode bytecode = BytecodeForLoadGlobal(language_mode, typeof_mode); in LoadGlobal() local 412 Bytecode bytecode = BytecodeForStoreGlobal(language_mode); in StoreGlobal() local 462 Bytecode bytecode = (typeof_mode == INSIDE_TYPEOF) in LoadLookupSlot() local [all …]
|
D | bytecode-array-iterator.cc | 107 Bytecode bytecode = current_bytecode(); in GetJumpTargetOffset() local
|
/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 | 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 | Cast.java | 114 Bytecode bytecode = jc.getBytecode(); in replace() local 144 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/test/unittests/compiler/ |
D | interpreter-assembler-unittest.h | 28 interpreter::Bytecode bytecode) in InterpreterAssemblerForTest()
|
/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()
|
D | r600_asm.c | 1808 static void r600_bytecode_cf_vtx_build(uint32_t *bytecode, const struct r600_bytecode_cf *cf) in r600_bytecode_cf_vtx_build() 2760 uint32_t *bytecode; in r600_vertex_elements_build_fetch_shader() local
|
D | r600_asm.h | 210 uint32_t *bytecode; member
|
/external/google-breakpad/src/processor/ |
D | disassembler_x86.cc | 34 DisassemblerX86::DisassemblerX86(const uint8_t *bytecode, in DisassemblerX86()
|
/external/v8/src/compiler/ |
D | bytecode-branch-analysis.cc | 60 interpreter::Bytecode bytecode = iterator.current_bytecode(); in Analyze() local
|
D | interpreter-assembler.cc | 29 interpreter::Bytecode bytecode) in InterpreterAssembler()
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | ttProgram.py | 208 def fromBytecode(self, bytecode): argument
|
/external/javassist/src/main/javassist/compiler/ |
D | Javac.java | 39 private Bytecode bytecode; field in Javac
|
/external/v8/src/regexp/ |
D | regexp-macro-assembler-irregexp.cc | 220 int bytecode; in LoadCurrentCharacter() local
|
/external/fonttools/Lib/fontTools/misc/ |
D | psCharStrings.py | 236 def __init__(self, bytecode=None, program=None, private=None, globalSubrs=None): argument 315 def setBytecode(self, bytecode): argument 453 def __init__(self, bytecode=None, program=None, subrs=None): argument
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/ |
D | tracer.c | 710 int bytecode = RETURN_VALUE; in CTracer_handle_return() local
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_cmd.c | 631 const uint32 *bytecode, // IN in SVGA3D_DefineShader()
|
/external/v8/test/cctest/interpreter/ |
D | test-bytecode-generator.cc | 160 const uint8_t bytecode[2048]; member 212 Bytecode bytecode = iterator.current_bytecode(); in CheckBytecodeArrayEqual() local
|
/external/javassist/src/main/javassist/bytecode/ |
D | CodeIterator.java | 36 protected byte[] bytecode; field in CodeIterator
|