Home
last modified time | relevance | path

Searched refs:GetJSCallDescriptor (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/
Dlinkage.cc144 return GetJSCallDescriptor(zone, info->is_osr(), in ComputeIncoming()
287 CallDescriptor* Linkage::GetJSCallDescriptor(Zone* zone, bool is_osr, in GetJSCallDescriptor() function in v8::internal::compiler::Linkage
Dlinkage.h377 static CallDescriptor* GetJSCallDescriptor(Zone* zone, bool is_osr, in NON_EXPORTED_BASE()
Dcode-assembler.cc64 Linkage::GetJSCallDescriptor(zone, false, parameter_count, in CodeAssemblerState()
Dwasm-compiler.cc4524 call_descriptor = Linkage::GetJSCallDescriptor( in BuildWasmToJSWrapper()
4814 CallDescriptor* incoming = Linkage::GetJSCallDescriptor( in CompileJSToWasmWrapper()
5004 CallDescriptor* incoming = Linkage::GetJSCallDescriptor( in CompileCWasmEntry()
Djs-typed-lowering.cc1746 common()->Call(Linkage::GetJSCallDescriptor( in ReduceJSCall()