Searched refs:bytecode_ (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/interpreter/ |
D | interpreter-assembler.cc | 33 bytecode_(bytecode), in InterpreterAssembler() 73 DCHECK_EQ(accumulator_use_, Bytecodes::GetAccumulatorUse(bytecode_)); in ~InterpreterAssembler() 80 } else if (Bytecodes::MakesCallAlongCriticalPath(bytecode_) && made_call_ && in GetInterpretedFramePointer() 89 if (Bytecodes::MakesCallAlongCriticalPath(bytecode_) && made_call_ && in BytecodeOffset() 128 if (Bytecodes::MakesCallAlongCriticalPath(bytecode_) && made_call_ && in DispatchTableRawPointer() 142 DCHECK(Bytecodes::ReadsAccumulator(bytecode_)); in GetAccumulator() 148 DCHECK(Bytecodes::WritesAccumulator(bytecode_)); in SetAccumulator() 262 Bytecodes::GetOperandType(bytecode_, operand_index)); in LoadRegisterPairAtOperandIndex() 273 Bytecodes::GetOperandType(bytecode_, operand_index))); in GetRegisterListAtOperandIndex() 275 Bytecodes::GetOperandType(bytecode_, operand_index + 1)); in GetRegisterListAtOperandIndex() [all …]
|
D | bytecode-node.h | 23 : bytecode_(bytecode), in bytecode_() function 32 : bytecode_(bytecode), in bytecode_() function 43 : bytecode_(bytecode), in bytecode_() function 55 : bytecode_(bytecode), in bytecode_() function 69 : bytecode_(bytecode), in bytecode_() function 84 : bytecode_(bytecode), in bytecode_() function 108 Bytecode bytecode() const { return bytecode_; } in bytecode() 139 : bytecode_(bytecode), in bytecode_() function 264 Bytecode bytecode_; variable
|
D | bytecode-node.cc | 18 os << Bytecodes::ToString(bytecode_); in Print()
|
D | interpreter-assembler.h | 268 Bytecode bytecode() const { return bytecode_; } in bytecode() 421 Bytecode bytecode_; variable
|
/external/google-breakpad/src/processor/ |
D | disassembler_x86.cc | 37 bytecode_(bytecode), in DisassemblerX86() 66 instr_size = libdis::x86_disasm((unsigned char *)bytecode_, size_, in NextInstruction()
|
D | disassembler_x86.h | 105 const uint8_t *bytecode_;
|