Home
last modified time | relevance | path

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

/external/marisa-trie/lib/marisa/
Dtrie-c.cc11 FindCallback(Func func, void *first_arg) in FindCallback()
32 PredictCallback(Func func, void *first_arg) in PredictCallback()
/external/v8/src/interpreter/
Dinterpreter-assembler.cc442 Node* first_arg, Node* arg_count, in CallJS()
452 Node* new_target, Node* first_arg, in CallConstruct()
461 Node* first_arg, Node* arg_count, in CallRuntimeN()
Dbytecode-array-builder.cc569 Register first_arg, in New()
581 Runtime::FunctionId function_id, Register first_arg, size_t arg_count) { in CallRuntime()
602 Runtime::FunctionId function_id, Register first_arg, size_t arg_count, in CallRuntimeForPair()
Dbytecode-generator.cc2403 Register first_arg = register_allocator()->NextConsecutiveRegister(); in VisitArguments() local
2560 Register first_arg = VisitArguments(args); in VisitCallSuper() local
2578 Register first_arg = VisitArguments(args); in VisitCallNew() local
2596 Register first_arg = VisitArguments(args); in VisitCallRuntime() local
2602 Register first_arg = VisitArguments(args); in VisitCallRuntime() local
Dinterpreter.cc1020 Node* first_arg = __ RegisterLocation(first_arg_reg); in DoCallRuntimeCommon() local
1058 Node* first_arg = __ RegisterLocation(first_arg_reg); in DoCallRuntimeForPairCommon() local
1087 Node* first_arg = __ RegisterLocation(receiver_reg); in DoCallJSRuntimeCommon() local
1119 Node* first_arg = __ RegisterLocation(first_arg_reg); in DoCallConstruct() local
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Dtrie-c.cc11 FindCallback(Func func, void *first_arg) in FindCallback()
32 PredictCallback(Func func, void *first_arg) in PredictCallback()
/external/v8/src/compiler/
Dbytecode-graph-builder.cc991 const Operator* call_runtime_op, interpreter::Register first_arg, in ProcessCallRuntimeArguments()
1006 interpreter::Register first_arg = bytecode_iterator().GetRegisterOperand(1); in VisitCallRuntime() local
1018 interpreter::Register first_arg = bytecode_iterator().GetRegisterOperand(1); in VisitCallRuntimeForPair() local
1032 interpreter::Register first_arg = bytecode_iterator().GetRegisterOperand(1); in VisitInvokeIntrinsic() local
1044 interpreter::Register first_arg, size_t arity) { in ProcessCallNewArguments()
1060 interpreter::Register first_arg = bytecode_iterator().GetRegisterOperand(1); in VisitNew() local
/external/v8/test/unittests/interpreter/
Dinterpreter-assembler-unittest.cc648 Node* first_arg = m.Int32Constant(1); in TARGET_TEST_F() local
679 Node* first_arg = m.Int32Constant(1); in TARGET_TEST_F() local
/external/lldb/source/Target/
DProcess.cpp396 const char *first_arg = m_arguments.GetArgumentAtIndex (0); in SetArguments() local
416 const char *first_arg = m_arguments.GetArgumentAtIndex (0); in SetArguments() local
/external/lldb/source/Interpreter/
DCommandInterpreter.cpp1957 const char *first_arg = parsed_line.GetArgumentAtIndex(0); in HandleCompletion() 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.cc15018 uint32_t first_arg, in EnsureCanContainElements()