Home
last modified time | relevance | path

Searched refs:GetBytecodeDispatchCallDescriptor (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dlinkage.h534 static CallDescriptor* GetBytecodeDispatchCallDescriptor( in NON_EXPORTED_BASE()
Dlinkage.cc548 CallDescriptor* Linkage::GetBytecodeDispatchCallDescriptor( in GetBytecodeDispatchCallDescriptor() function in v8::internal::compiler::Linkage
Dcode-assembler.cc1197 auto call_descriptor = Linkage::GetBytecodeDispatchCallDescriptor( in TailCallBytecodeDispatch()