HomeSort by relevance Sort by last modified time
    Searched refs:first_arg (Results 1 - 18 of 18) sorted by null

  /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p9-0x.cpp 24 typename get_nth_type<0, Args...>::type first_arg(Args...);
31 int *ip1 = first_arg<int *>(0);
32 int *ip2 = first_arg<int *, float*>(0, 0);
33 float *fp1 = first_arg<float *, double*, int*>(0, 0, 0);
40 int *ip1 = first_arg<int *>(0, 0);
41 int *ip2 = first_arg<int *, float*>(0, 0, 0, 0);
42 float *fp1 = first_arg<float *, double*, int*>(0, 0, 0);
44 double *dp1 = first_arg<>(dp);
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p1-0x.cpp 30 typename get_nth_type<0, Args...>::type first_arg(Args...);
36 int *ip1 = first_arg(ip);
37 int *ip2 = first_arg(ip, fp);
38 int *ip3 = first_arg(ip, fp, dp);
39 no_type nt1 = first_arg();
  /art/runtime/
method_handles.cc 306 uint32_t first_arg,
312 size_t src_reg = is_range ? (first_arg + i) : args[i];
334 uint32_t first_arg,
347 ShadowFrameGetter<is_range> getter(first_arg, args, caller_frame);
425 uint32_t first_arg,
471 first_arg,
484 size_t first_arg_register = (is_range) ? first_arg : args[0];
506 first_arg,
534 size_t first_callee_register = is_range ? (first_arg) : args[0];
562 uint32_t first_arg,
    [all...]
method_handles.h 211 uint32_t first_arg,
  /external/v8/src/builtins/
builtins-arguments.h 45 // |frame_ptr| starting from |first_arg|. |arg_count| == |first_arg| +
48 Node* arg_count, Node* first_arg,
builtins-arguments.cc 123 Node* map, Node* frame_ptr, Node* arg_count, Node* first_arg,
144 first_arg, nullptr, param_mode);
  /external/v8/src/interpreter/
interpreter-assembler.h 120 // located at |first_arg|. Type feedback is collected in the
124 compiler::Node* first_arg,
132 // located at |first_arg|.
134 compiler::Node* first_arg, compiler::Node* arg_count,
139 // located at |first_arg|.
142 compiler::Node* first_arg,
147 // |first_arg|. The |new_target| is the same as the
152 compiler::Node* first_arg,
157 // receiver) and the first argument located at |first_arg|. The last argument
163 compiler::Node* first_arg,
    [all...]
interpreter-assembler.cc 556 Node* first_arg, Node* arg_count,
602 arg_count, first_arg, function);
638 arg_count, function, feedback_element, first_arg);
717 context, arg_count, first_arg, function);
727 Node* first_arg, Node* arg_count,
736 first_arg, function);
740 Node* first_arg, Node* arg_count) {
748 first_arg, function);
752 Node* new_target, Node* first_arg,
792 allocation_feedback.value(), first_arg));
    [all...]
interpreter.cc 2204 Node* first_arg = __ RegisterLocation(first_arg_reg); local
2239 Node* first_arg = __ RegisterLocation(first_arg_reg); local
2262 Node* first_arg = __ RegisterLocation(receiver_reg); local
2313 Node* first_arg = __ RegisterLocation(first_arg_reg); local
2333 Node* first_arg = __ RegisterLocation(first_arg_reg); local
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/scripts/
gen_llvm_ir_macros.py 278 first_arg = True
280 if not first_arg:
283 first_arg = False
  /external/v8/src/compiler/
bytecode-graph-builder.h 116 interpreter::Register first_arg,
120 interpreter::Register first_arg,
123 interpreter::Register first_arg,
bytecode-graph-builder.cc 1392 interpreter::Register first_arg = bytecode_iterator().GetRegisterOperand(1); local
1404 interpreter::Register first_arg = bytecode_iterator().GetRegisterOperand(1); local
1434 interpreter::Register first_arg = bytecode_iterator().GetRegisterOperand(1); local
1450 interpreter::Register first_arg = bytecode_iterator().GetRegisterOperand(1); local
1478 interpreter::Register first_arg = bytecode_iterator().GetRegisterOperand(1); local
    [all...]
  /external/v8/src/wasm/
wasm-js.cc 342 i::Handle<i::Object> first_arg = Utils::OpenHandle(*args[0]); local
343 if (!first_arg->IsJSObject()) {
361 if (HasBrand(first_arg, i::Handle<i::Symbol>(i_context->wasm_module_sym()))) {
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 2631 const size_t first_arg = 0; local
    [all...]
  /art/runtime/interpreter/
interpreter_common.cc 607 uint32_t first_arg = inst->VRegC_4rcc() + 1; local
614 first_arg,
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-ia64.c 6119 char *first_arg = 0, *end, *saved_input_pointer; local
    [all...]
  /external/v8/src/
objects.h     [all...]
objects.cc     [all...]

Completed in 1097 milliseconds