HomeSort by relevance Sort by last modified time
    Searched defs:first_arg_reg (Results 1 - 2 of 2) sorted by null

  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 645 uint32_t shorty_len, ShadowFrame* sf, size_t first_arg_reg) :
646 QuickArgumentVisitor(sp, is_static, shorty, shorty_len), sf_(sf), cur_reg_(first_arg_reg) {}
773 size_t first_arg_reg = code_item->registers_size_ - code_item->ins_size_; local
775 shadow_frame, first_arg_reg)
    [all...]
  /external/v8/src/interpreter/
interpreter.cc 1683 Node* first_arg_reg = __ BytecodeOperandReg(1); local
1699 Node* first_arg_reg = __ BytecodeOperandReg(1); local
1718 Node* first_arg_reg = __ BytecodeOperandReg(1); local
1770 Node* first_arg_reg = __ BytecodeOperandReg(1); local
    [all...]

Completed in 283 milliseconds