Searched refs:AddCall (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/torque/ |
H A D | kythe-data.h | 43 virtual void AddCall(Kind kind, kythe_entity_t caller_entity, 65 V8_EXPORT_PRIVATE static void AddCall(Callable* caller,
|
H A D | kythe-data.cc | 70 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 D | implementation-visitor.cc | 3214 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 D | schedule.h | 235 void AddCall(BasicBlock* block, Node* call, BasicBlock* success_block,
|
H A D | schedule.cc | 244 void Schedule::AddCall(BasicBlock* block, Node* call, BasicBlock* success_block, in AddCall() function in v8::internal::compiler::Schedule
|
H A D | raw-machine-assembler.cc | 563 schedule()->AddCall(CurrentBlock(), call, Use(if_success), Use(if_exception)); in Continuations()
|
H A D | scheduler.cc | 460 schedule_->AddCall(call_block, call, successor_blocks[0], in ConnectCall()
|
Completed in 29 milliseconds