Home
last modified time | relevance | path

Searched defs:first_arg (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/compiler/
Dinterpreter-assembler.cc448 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()
Dbytecode-graph-builder.cc1242 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/
Dbytecode-array-builder.cc1049 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()
Dinterpreter.cc1064 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
Dbytecode-generator.cc1499 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/
Dinterpreter-assembler-unittest.cc603 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/
Dcxa_demangle.cpp4540 bool first_arg = true; in parse_encoding() local
/external/valgrind/perf/
Dtinycc.c8153 static inline void define_push(int v, int macro_type, int *str, Sym *first_arg) in define_push()
/external/v8/src/
Dobjects.cc15702 uint32_t first_arg, in EnsureCanContainElements()