Home
last modified time | relevance | path

Searched refs:AddCall (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/torque/
H A Dkythe-data.h43 virtual void AddCall(Kind kind, kythe_entity_t caller_entity,
65 V8_EXPORT_PRIVATE static void AddCall(Callable* caller,
H A Dkythe-data.cc70 void KytheData::AddCall(Callable* caller, SourcePosition call_position, in AddCall() function in v8::internal::torque::KytheData
81 that->consumer_->AddCall(KytheConsumer::Kind::Function, caller_id, call_pos, in AddCall()
H A Dimplementation-visitor.cc3214 KytheData::AddCall(caller, expr->callee->name->pos, callable); in Visit()
3261 KytheData::AddCall(caller, expr->method->name->pos, callable); in Visit()
/third_party/node/deps/v8/src/compiler/
H A Dschedule.h235 void AddCall(BasicBlock* block, Node* call, BasicBlock* success_block,
H A Dschedule.cc244 void Schedule::AddCall(BasicBlock* block, Node* call, BasicBlock* success_block, in AddCall() function in v8::internal::compiler::Schedule
H A Draw-machine-assembler.cc563 schedule()->AddCall(CurrentBlock(), call, Use(if_success), Use(if_exception)); in Continuations()
H A Dscheduler.cc460 schedule_->AddCall(call_block, call, successor_blocks[0], in ConnectCall()

Completed in 29 milliseconds