HomeSort by relevance Sort by last modified time
    Searched defs:callee (Results 1 - 25 of 111) sorted by null

1 2 3 4 5

  /external/clang/test/Analysis/diagnostics/
undef-value-callee.h 2 void callee() { function
  /external/clang/test/CodeGen/
arm64-be-hfa-vararg.c 6 double callee(int a, ...) { function
  /external/v8/test/webkit/
apply-varargs.js 29 function callee(a1, a2, a3, a4, a5, a6, a7, a8) function
65 var allArgs = [0, "String", callee, true, null, 2.5, [1, 2, 3], {'a': 1, 'b' : 2}];
78 var result = callee.apply(baseObj, varArgs);
  /external/clang/test/CodeGenCXX/
pr20719.cpp 15 H<Fx> callee; local
20 H<Fx> callee; local
  /external/mesa3d/src/glsl/
ir_function_can_inline.cpp 62 const ir_function_signature *callee = call->callee; local
63 if (!callee->is_defined)
66 v.run((exec_list *) &callee->body);
71 ir_instruction *last = (ir_instruction *)callee->body.get_tail();
ir_validate.cpp 571 ir_function_signature *const callee = ir->callee; local
573 if (callee->ir_type != ir_type_function_signature) {
579 if (ir->return_deref->type != callee->return_type) {
580 printf("callee type %s does not match return storage type %s\n",
581 callee->return_type->name, ir->return_deref->type->name);
584 } else if (callee->return_type != glsl_type::void_type) {
585 printf("ir_call has non-void callee but no return storage\n");
589 const exec_node *formal_param_node = callee->parameters.head;
623 printf("callee:\n")
    [all...]
link_functions.cpp 66 * shader callee will point to an ir_function_signature in the original
71 const ir_function_signature *const callee = ir->callee; local
72 assert(callee != NULL);
73 const char *const name = callee->function_name();
79 find_matching_signature(name, &callee->parameters, &linked, 1,
82 ir->callee = sig;
116 f->exact_matching_signature(&callee->parameters);
120 linked_sig = new(linked) ir_function_signature(callee->return_type);
125 * ir_call from linked then linked_sig and callee will b
    [all...]
ir_reader.cpp 652 ir_function_signature *callee = f->matching_signature(&parameters); local
653 if (callee == NULL) {
659 if (callee->return_type == glsl_type::void_type && return_deref) {
662 } else if (callee->return_type != glsl_type::void_type && !return_deref) {
667 return new(mem_ctx) ir_call(callee, return_deref, &parameters);
  /external/v8/src/compiler/
js-inlining-heuristic.cc 22 Node* callee = node->InputAt(0); local
23 HeapObjectMatcher match(callee);
instruction-selector.cc 547 // The first argument is always the callee code.
548 Node* callee = call->InputAt(0); member in namespace:v8::internal::compiler
554 (call_code_immediate && callee->opcode() == IrOpcode::kHeapConstant)
555 ? g.UseImmediate(callee)
556 : g.UseRegister(callee));
561 callee->opcode() == IrOpcode::kExternalConstant)
562 ? g.UseImmediate(callee)
563 : g.UseRegister(callee));
567 g.UseLocation(callee, buffer->descriptor->GetInputLocation(0),
572 buffer->instruction_args.push_back(g.UseImmediate(callee));
    [all...]
  /external/llvm/tools/llvm-c-test/
module.c 102 LLVMValueRef callee = local
104 printf(" calls: %s\n", LLVMGetValueName(callee));
  /external/v8/src/runtime/
runtime-compiler.cc 411 Handle<Object> callee = args.at<Object>(0); local
418 if (*callee != isolate->native_context()->global_eval_fun() ||
420 return *callee;
runtime-scopes.cc 479 Handle<JSObject> NewSloppyArguments(Isolate* isolate, Handle<JSFunction> callee,
481 CHECK(!IsSubclassConstructor(callee->shared()->kind()));
482 DCHECK(callee->shared()->has_simple_parameters());
484 isolate->factory()->NewArgumentsObject(callee, argument_count);
487 int parameter_count = callee->shared()->internal_formal_parameter_count();
514 Handle<ScopeInfo> scope_info(callee->shared()->scope_info());
568 Handle<JSObject> NewStrictArguments(Isolate* isolate, Handle<JSFunction> callee,
571 isolate->factory()->NewArgumentsObject(callee, argument_count);
588 Handle<JSObject> NewRestArguments(Isolate* isolate, Handle<JSFunction> callee,
632 CONVERT_ARG_HANDLE_CHECKED(JSFunction, callee, 0)
719 Handle<JSFunction> callee; local
    [all...]
  /external/v8/test/mjsunit/es6/
promises.js 57 var poisoned = {caller: 0, callee: 0, arguments: 0}
  /external/v8/src/ic/arm64/
handler-compiler-arm64.cc 162 Register callee = x0; local
167 // Put callee in place.
168 __ LoadAccessor(callee, accessor_holder, accessor_index,
202 FieldMemOperand(callee, JSFunction::kSharedFunctionInfoOffset));
  /external/v8/src/ic/ia32/
handler-compiler-ia32.cc 160 Register callee = edi; local
166 // Put callee in place.
167 __ LoadAccessor(callee, accessor_holder, accessor_index,
200 __ mov(data, FieldOperand(callee, JSFunction::kSharedFunctionInfoOffset));
  /external/v8/src/ic/x64/
handler-compiler-x64.cc 144 Register callee = rdi; local
150 // Put callee in place.
151 __ LoadAccessor(callee, accessor_holder, accessor_index,
184 __ movp(data, FieldOperand(callee, JSFunction::kSharedFunctionInfoOffset));
  /external/v8/src/ic/x87/
handler-compiler-x87.cc 160 Register callee = edi; local
166 // Put callee in place.
167 __ LoadAccessor(callee, accessor_holder, accessor_index,
200 __ mov(data, FieldOperand(callee, JSFunction::kSharedFunctionInfoOffset));
  /external/v8/src/ic/arm/
handler-compiler-arm.cc 250 Register callee = r0; local
255 // Put callee in place.
256 __ LoadAccessor(callee, accessor_holder, accessor_index,
290 FieldMemOperand(callee, JSFunction::kSharedFunctionInfoOffset));
  /external/v8/src/ic/mips/
handler-compiler-mips.cc 243 Register callee = a0; local
248 // Put callee in place.
249 __ LoadAccessor(callee, accessor_holder, accessor_index,
282 __ lw(data, FieldMemOperand(callee, JSFunction::kSharedFunctionInfoOffset));
  /external/v8/src/ic/mips64/
handler-compiler-mips64.cc 243 Register callee = a0; local
248 // Put callee in place.
249 __ LoadAccessor(callee, accessor_holder, accessor_index,
282 __ ld(data, FieldMemOperand(callee, JSFunction::kSharedFunctionInfoOffset));
  /external/v8/src/ic/ppc/
handler-compiler-ppc.cc 248 Register callee = r3; local
253 // Put callee in place.
254 __ LoadAccessor(callee, accessor_holder, accessor_index,
288 FieldMemOperand(callee, JSFunction::kSharedFunctionInfoOffset));
  /art/runtime/
stack.cc 764 // Callee saves + handle scope + method ref + alignment
765 // Note: -sizeof(void*) since callee-save frame stores a whole method pointer.
844 ArtMethod* callee = Runtime::Current()->GetCalleeSaveMethod(Runtime::kRefsAndArgs); local
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_coverage_libcdep.cc 89 void IndirCall(uptr caller, uptr callee, uptr callee_cache[],
156 // Caller-Callee (cc) array, size and current index.
419 // Registers a pair caller=>callee.
423 // Then we are trying to add callee to callee_cache [2,cache_size) if it is
425 // If the cache is full we drop the callee (may want to fix this later).
426 void CoverageData::IndirCall(uptr caller, uptr callee, uptr callee_cache[],
443 if (atomic_compare_exchange_strong(&atomic_callee_cache[i], &was, callee,
448 if (was == callee) // Already have this callee.
640 // This function dumps the caller=>callee pairs into a file as a sequence o
660 uptr callee = cc_cache[j]; local
    [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp 2741 const Expr *callee = call->getCallee(); local
    [all...]

Completed in 670 milliseconds

1 2 3 4 5