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

  /external/v8/src/interpreter/
interpreter-intrinsics.h 61 compiler::Node* first_arg_reg,
interpreter-intrinsics.cc 65 Node* first_arg_reg, Node* arg_count) {
90 result.Bind(name(first_arg_reg, arg_count, context)); \
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...]
  /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...]

Completed in 103 milliseconds