Searched defs:first_arg (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/compiler/ |
D | interpreter-assembler.cc | 448 Node* first_arg, Node* arg_count) { in CallConstruct() 499 Node* InterpreterAssembler::CallJS(Node* function, Node* first_arg, in CallJS() 564 Node* InterpreterAssembler::CallRuntime(Node* function_id, Node* first_arg, in CallRuntime()
|
D | bytecode-graph-builder.cc | 1242 const Operator* call_runtime_op, interpreter::Register first_arg, in ProcessCallRuntimeArguments() 1260 interpreter::Register first_arg = iterator.GetRegisterOperand(1); in VisitCallRuntime() local 1275 interpreter::Register first_arg = iterator.GetRegisterOperand(1); in VisitCallRuntimeForPair() local 1288 interpreter::Register first_arg, size_t arity) { in ProcessCallNewArguments() 1307 interpreter::Register first_arg = iterator.GetRegisterOperand(1); in VisitNew() local
|
/external/v8/src/interpreter/ |
D | bytecode-array-builder.cc | 1049 Register first_arg, in New() 1063 Runtime::FunctionId function_id, Register first_arg, size_t arg_count) { in CallRuntime() 1078 Runtime::FunctionId function_id, Register first_arg, size_t arg_count, in CallRuntimeForPair()
|
D | interpreter.cc | 1064 Node* first_arg = __ RegisterLocation(receiver_reg); in DoJSCall() local 1099 Node* first_arg = __ RegisterLocation(first_arg_reg); in DoCallRuntime() local 1118 Node* first_arg = __ RegisterLocation(first_arg_reg); in DoCallRuntimeForPair() local 1141 Node* first_arg = __ RegisterLocation(receiver_reg); in DoCallJSRuntime() local 1167 Node* first_arg = __ RegisterLocation(first_arg_reg); in DoNew() local
|
D | bytecode-generator.cc | 1499 Register first_arg = register_allocator()->NextConsecutiveRegister(); in VisitArguments() local 1631 Register first_arg = VisitArguments(args); in VisitCallNew() local 1647 Register first_arg = VisitArguments(args); in VisitCallRuntime() local
|
/external/v8/test/unittests/compiler/ |
D | interpreter-assembler-unittest.cc | 603 Node* first_arg = m.Int32Constant(1); in TARGET_TEST_F() local 650 Node* first_arg = m.Int32Constant(1); in TARGET_TEST_F() local
|
/external/libcxxabi/src/ |
D | cxa_demangle.cpp | 4540 bool first_arg = true; in parse_encoding() local
|
/external/valgrind/perf/ |
D | tinycc.c | 8153 static inline void define_push(int v, int macro_type, int *str, Sym *first_arg) in define_push()
|
/external/v8/src/ |
D | objects.cc | 15702 uint32_t first_arg, in EnsureCanContainElements()
|