/external/marisa-trie/lib/marisa/ |
D | trie-c.cc | 11 FindCallback(Func func, void *first_arg) in FindCallback() 32 PredictCallback(Func func, void *first_arg) in PredictCallback()
|
/external/v8/src/interpreter/ |
D | interpreter-assembler.cc | 442 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()
|
D | bytecode-array-builder.cc | 569 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()
|
D | bytecode-generator.cc | 2403 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
|
D | interpreter.cc | 1020 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/ |
D | trie-c.cc | 11 FindCallback(Func func, void *first_arg) in FindCallback() 32 PredictCallback(Func func, void *first_arg) in PredictCallback()
|
/external/v8/src/compiler/ |
D | bytecode-graph-builder.cc | 991 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/ |
D | interpreter-assembler-unittest.cc | 648 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/ |
D | Process.cpp | 396 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/ |
D | CommandInterpreter.cpp | 1957 const char *first_arg = parsed_line.GetArgumentAtIndex(0); in HandleCompletion() 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 | 15018 uint32_t first_arg, in EnsureCanContainElements()
|