Home
last modified time | relevance | path

Searched refs:bytecode_ (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/interpreter/
Dinterpreter-assembler.cc33 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 …]
Dbytecode-node.h23 : 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
Dbytecode-node.cc18 os << Bytecodes::ToString(bytecode_); in Print()
Dinterpreter-assembler.h268 Bytecode bytecode() const { return bytecode_; } in bytecode()
421 Bytecode bytecode_; variable
/external/google-breakpad/src/processor/
Ddisassembler_x86.cc37 bytecode_(bytecode), in DisassemblerX86()
66 instr_size = libdis::x86_disasm((unsigned char *)bytecode_, size_, in NextInstruction()
Ddisassembler_x86.h105 const uint8_t *bytecode_;