Home
last modified time | relevance | path

Searched defs:callee (Results 76 - 100 of 100) sorted by relevance

1234

/third_party/node/deps/v8/tools/gcmole/
H A Dgcmole.cc222 const clang::FunctionDecl* callee = expr->getDirectCallee(); in VisitCallExpr() local
1074 clang::FunctionDecl* callee = call->getDirectCallee(); in VisitCallExpr() local
/third_party/node/deps/v8/src/compiler/
H A Djs-create-lowering.cc164 Node* const callee = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateArguments() local
190 a.Store(AccessBuilder::ForArgumentsCallee(), callee); in ReduceJSCreateArguments() local
257 Node* const callee = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateArguments() local
293 a.Store(AccessBuilder::ForArgumentsCallee(), callee); in ReduceJSCreateArguments() local
H A Dbytecode-graph-builder.cc2444 Node* callee = in BuildCallVarArgs() local
2468 Node* callee = in VisitCallProperty0() local
2356 GetCallArgumentsFromRegisters( Node* callee, Node* receiver, interpreter::Register first_arg, int arg_count) GetCallArgumentsFromRegisters() argument
2416 ProcessCallVarArgs( ConvertReceiverMode receiver_mode, Node* callee, interpreter::Register first_reg, int arg_count) ProcessCallVarArgs() argument
2478 Node* callee = VisitCallProperty1() local
2490 Node* callee = VisitCallProperty2() local
2508 Node* callee = VisitCallUndefinedReceiver0() local
2517 Node* callee = VisitCallUndefinedReceiver1() local
2528 Node* callee = VisitCallUndefinedReceiver2() local
2542 Node* callee = VisitCallWithSpread() local
2576 Node* callee = BuildLoadNativeContextField( VisitCallJSRuntime() local
2686 Node* callee = environment()->LookupRegister(callee_reg); VisitConstruct() local
2718 Node* callee = environment()->LookupRegister(callee_reg); VisitConstructWithSpread() local
[all...]
/third_party/node/deps/v8/src/torque/
H A Dast.h359 IdentifierExpression* callee; member
1300 MakeCallExpression( IdentifierExpression* callee, std::vector<Expression*> arguments, std::vector<Identifier*> labels = {}) MakeCallExpression() argument
1307 MakeCallExpression( std::string callee, std::vector<Expression*> arguments, std::vector<Identifier*> labels = {}) MakeCallExpression() argument
H A Dtorque-parser.cc348 Expression* MakeCall(IdentifierExpression* callee, in MakeCall() argument
394 Expression* MakeCall(Identifier* callee, in MakeCall() argument
403 auto callee = child_results->NextAs<Expression*>(); in MakeCall() local
412 auto callee = child_results->NextAs<Identifier*>(); in MakeMethodCall() local
443 auto callee in MakeIntrinsicCallExpression() local
[all...]
H A Dimplementation-visitor.cc2606 GeneratePointerCall( Expression* callee, const Arguments& arguments, bool is_tailcall) GeneratePointerCall() argument
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl.cc80 const auto* callee = id_to_func_[inst.GetSingleWordInOperand(0)]; in Visit() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp1446 JSFunction *callee = JSFunction::Cast(slotValue); in DumpCall() local
1485 JSFunction *callee = JSFunction::Cast(slotValue); in DumpNewObjRange() local
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H A Dentrypoints.cpp96 Method *callee = frame->GetMethod(); in InterpreterEntryPoint() local
729 extern "C" uintptr_t NO_ADDRESS_SANITIZE ResolveVirtualCallEntrypoint(const Method *callee, ObjectHeader *obj) in ResolveVirtualCallEntrypoint() argument
1325 extern "C" Method *ResolveVirtualMethod(const Method *callee, Frame *frame, const ObjectPointerType objPtr, in ResolveVirtualMethod() argument
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dpandagen.cpp930 void PandaGen::Call0This(const ir::AstNode *node, VReg callee, VReg thisReg) in Call0This() argument
936 void PandaGen::Call1This(const ir::AstNode *node, VReg callee, VReg thisReg, VReg arg0) in Call1This() argument
1005 void PandaGen::Call(const ir::AstNode *node, VReg callee, VReg thisReg, const ArenaVector<ir::Expression *> &arguments) in Call() argument
1047 CallArgsTagged(const ir::AstNode *node, VReg callee, VReg thisReg, const ArenaVector<ir::Expression *> &arguments, bool hasThis) CallArgsTagged() argument
1097 CallTagged(const ir::AstNode *node, VReg callee, VReg thisReg, const ArenaVector<ir::Expression *> &arguments) CallTagged() argument
[all...]
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp2176 const auto *callee = expr->IsCallExpression() ? expr->AsCallExpression()->Callee() : in TryCompileFunctionCallOrNewExpression() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dfunction.cpp1639 void ETSChecker::ValidateSignatureAccessibility(ETSObjectType *callee, const ir::CallExpression *callExpr, in ValidateSignatureAccessibility() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_serialize.c1724 nir_function *callee = read_object(ctx); in read_call() local
H A Dnir.c786 nir_call_instr_create(nir_shader *shader, nir_function *callee) in nir_call_instr_create() argument
/third_party/mesa3d/src/compiler/glsl/
H A Dast.h306 ast_function_expression(ast_expression *callee) in ast_function_expression() argument
H A Dir.h1635 ir_call(ir_function_signature *callee, in ir_call() argument
1644 ir_call(ir_function_signature *callee, in ir_call() argument
1689 ir_function_signature *callee; member in ir_call
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.cc1010 Node* callee = call->InputAt(0); in InitializeCallBuffer() member
3026 auto callee = CallDescriptorOf(node->op()); VisitTailCall() local
3029 CallBuffer buffer(zone(), callee, nullptr); VisitTailCall() local
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross.cpp2723 auto &callee = *functions.top(); in handle() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp606 LLVMValueRef callee = LLVMBuildIntToPtr(builder_, llvmAddr, rtfuncTypePtr, (name + "-cast").c_str()); in GetFunction() local
616 LLVMValueRef callee = LLVMBuildIntToPtr(builder_, reloc, rtfuncTypePtr, "cast"); in GetFunctionFromGlobalValue() local
672 LLVMValueRef callee = GetFunction(glue, signature, rtbaseoffset, targetName); in VisitRuntimeCall() local
729 LLVMValueRef callee = GetFunction(glue, signature, rtbaseoffset); VisitRuntimeCallWithArgv() local
901 LLVMValueRef callee = LLVMBuildIntToPtr(builder_, code, rtfuncTypePtr, (name + "-cast").c_str()); GetCallee() local
961 LLVMValueRef callee; VisitCall() local
1108 LLVMValueRef callee = GetFunction(glue, signature, rtbaseoffset); VisitBytecodeCall() local
2786 LLVMValueRef callee = LLVMBuildIntToPtr(builder, llvmAddr, rtfuncTypePtr, ""); GenDeoptEntry() local
2885 LLVMValueRef callee = GetExperimentalDeopt(module_); VisitDeoptCheck() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp1288 Expr callee = lmirBuilder_->Cvt(glueType, rtFuncTypePtrPtr, funcAddr); in GetFunction() local
1353 Expr callee = GetFunction(bb, glue, signature, rtbaseOffset, name); in VisitRuntimeCall() local
1416 Expr callee = lmirBuilder_->Cvt(code.GetType(), rtfuncTypePtrPtr, code); in GetCallee() local
1459 Expr callee in VisitRuntimeCallWithArgv() local
1495 Expr callee; VisitCall() local
2811 Expr callee = lmirBuilder_->Cvt(glue.GetType(), funcTypePtrPtr, funcAddr); GenDeoptEntry() local
2932 Function *callee = GetExperimentalDeopt(); VisitDeoptCheck() local
[all...]
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc3473 Handle<JSObject> Factory::NewArgumentsObject(Handle<JSFunction> callee, in NewArgumentsObject() argument
3489 Object::SetProperty(isolate(), result, callee_string(), callee, in NewArgumentsObject() local
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc3980 Handle<AccessorPair> callee = factory->NewAccessorPair(); in InitializeGlobal() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp559 auto callee = func_->getParent()->getFunction(externalName); in EmitSlowPathEntry() local
1125 auto callee = llvmbackend::runtime_calls::GetPandaRuntimeFunctionCallee(intrinsicOffset, rtFunctionTy, &builder_, in CreateIntrinsicCall() local
2248 auto callee = func_->getParent()->getFunction(externalName); CreateTailCallFastPath() local
2394 GetArgumentsForCall(llvm::Value *callee, CallInst *call, bool skipFirst) GetArgumentsForCall() argument
4225 auto callee = ctor->GetGraph()->GetRuntime()->GetMethodById(methodPtr, methodId); VisitCallStatic() local
4299 auto callee = ctor->GetGraph()->GetRuntime()->GetMethodById(methodPtr, methodId); CreateDeclForVirtualCall() local
[all...]
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c5066 struct bpf_func_state *caller, *callee; in check_func_call() local
5163 struct bpf_func_state *caller, *callee; prepare_func_exit() local
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc5399 Register callee = register_allocator()->GrowRegisterList(&args); in VisitCall() local
[all...]

Completed in 114 milliseconds

1234