Home
last modified time | relevance | path

Searched defs:callee (Results 51 - 69 of 69) sorted by relevance

123

/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
/kernel/linux/linux-5.10/tools/perf/util/
H A Dmachine.c2560 bool callee = (callchain_param.order == ORDER_CALLEE); in resolve_lbr_callchain_sample() local
2246 lbr_callchain_add_kernel_ip(struct thread *thread, struct callchain_cursor *cursor, struct perf_sample *sample, struct symbol **parent, struct addr_location *root_al, u64 branch_from, bool callee, int end) lbr_callchain_add_kernel_ip() argument
2305 lbr_callchain_add_lbr_ip(struct thread *thread, struct callchain_cursor *cursor, struct perf_sample *sample, struct symbol **parent, struct addr_location *root_al, u64 *branch_from, bool callee) lbr_callchain_add_lbr_ip() argument
2447 has_stitched_lbr(struct thread *thread, struct perf_sample *cur, struct perf_sample *prev, unsigned int max_lbr, bool callee) has_stitched_lbr() argument
/kernel/linux/linux-6.6/tools/perf/util/
H A Dmachine.c2799 bool callee = (callchain_param.order == ORDER_CALLEE); in resolve_lbr_callchain_sample() local
2483 lbr_callchain_add_kernel_ip(struct thread *thread, struct callchain_cursor *cursor, struct perf_sample *sample, struct symbol **parent, struct addr_location *root_al, u64 branch_from, bool callee, int end) lbr_callchain_add_kernel_ip() argument
2542 lbr_callchain_add_lbr_ip(struct thread *thread, struct callchain_cursor *cursor, struct perf_sample *sample, struct symbol **parent, struct addr_location *root_al, u64 *branch_from, bool callee) lbr_callchain_add_lbr_ip() argument
2684 has_stitched_lbr(struct thread *thread, struct perf_sample *cur, struct perf_sample *prev, unsigned int max_lbr, bool callee) has_stitched_lbr() 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...]
/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
/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...]
/kernel/linux/linux-5.10/kernel/bpf/
H A Dverifier.c5354 struct bpf_func_state *caller, *callee; in check_func_call() local
5452 struct bpf_func_state *caller, *callee; prepare_func_exit() local
[all...]
/third_party/node/deps/v8/src/compiler/
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/interpreter/
H A Dbytecode-generator.cc5399 Register callee = register_allocator()->GrowRegisterList(&args); in VisitCall() local
[all...]
/kernel/linux/linux-6.6/kernel/bpf/
H A Dverifier.c9193 struct bpf_func_state *caller, *callee; in setup_func_entry() local
9245 struct bpf_func_state *caller, *callee; push_callback_call() local
9367 map_set_for_each_callback_args(struct bpf_verifier_env *env, struct bpf_func_state *caller, struct bpf_func_state *callee) map_set_for_each_callback_args() argument
9394 set_callee_state(struct bpf_verifier_env *env, struct bpf_func_state *caller, struct bpf_func_state *callee, int insn_idx) set_callee_state() argument
9408 set_map_elem_callback_state(struct bpf_verifier_env *env, struct bpf_func_state *caller, struct bpf_func_state *callee, int insn_idx) set_map_elem_callback_state() argument
9438 set_loop_callback_state(struct bpf_verifier_env *env, struct bpf_func_state *caller, struct bpf_func_state *callee, int insn_idx) set_loop_callback_state() argument
9460 set_timer_callback_state(struct bpf_verifier_env *env, struct bpf_func_state *caller, struct bpf_func_state *callee, int insn_idx) set_timer_callback_state() argument
9490 set_find_vma_callback_state(struct bpf_verifier_env *env, struct bpf_func_state *caller, struct bpf_func_state *callee, int insn_idx) set_find_vma_callback_state() argument
9518 set_user_ringbuf_callback_state(struct bpf_verifier_env *env, struct bpf_func_state *caller, struct bpf_func_state *callee, int insn_idx) set_user_ringbuf_callback_state() argument
9541 set_rbtree_add_callback_state(struct bpf_verifier_env *env, struct bpf_func_state *caller, struct bpf_func_state *callee, int insn_idx) set_rbtree_add_callback_state() argument
9583 struct bpf_func_state *callee; in_rbtree_lock_required_cb() local
9601 struct bpf_func_state *caller, *callee; prepare_func_exit() local
[all...]

Completed in 130 milliseconds

123