/external/v8/src/interpreter/ |
interpreter-intrinsics.h | 58 compiler::Node* first_arg_reg,
|
interpreter-intrinsics.cc | 66 Node* first_arg_reg, Node* arg_count) { 91 result.Bind(name(first_arg_reg, arg_count, context)); \
|
interpreter.cc | 2203 Node* first_arg_reg = __ BytecodeOperandReg(1); local 2219 Node* first_arg_reg = __ BytecodeOperandReg(1); local 2238 Node* first_arg_reg = __ BytecodeOperandReg(1); local 2312 Node* first_arg_reg = __ BytecodeOperandReg(1); local 2332 Node* first_arg_reg = __ BytecodeOperandReg(1); local [all...] |
/art/runtime/entrypoints/quick/ |
quick_trampoline_entrypoints.cc | 658 uint32_t shorty_len, ShadowFrame* sf, size_t first_arg_reg) : 659 QuickArgumentVisitor(sp, is_static, shorty, shorty_len), sf_(sf), cur_reg_(first_arg_reg) {} 804 size_t first_arg_reg = accessor.RegistersSize() - accessor.InsSize(); local [all...] |