HomeSort by relevance Sort by last modified time
    Searched refs:arg_regs (Results 1 - 3 of 3) sorted by null

  /art/runtime/
dex_instruction_test.cc 32 uint16_t arg_regs, uint16_t* out) {
47 out[2] = arg_regs;
74 0xcafe /* arg_regs */, instruction);
98 uint32_t arg_regs[Instruction::kMaxVarArgRegs]; local
99 ins->GetVarArgs(arg_regs);
100 ASSERT_EQ(0xeu, arg_regs[0]);
101 ASSERT_EQ(0xfu, arg_regs[1]);
102 ASSERT_EQ(0xau, arg_regs[2]);
103 ASSERT_EQ(0xcu, arg_regs[3]);
109 0xcafe /* arg_regs */, instruction)
    [all...]
  /external/v8/src/interpreter/
bytecode-generator.h 77 void VisitArguments(ZoneList<Expression*>* args, RegisterList* arg_regs);
bytecode-generator.cc     [all...]

Completed in 68 milliseconds