Home
last modified time | relevance | path

Searched refs:GetOptimizedFastCallSign (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Drt_call_signature.h80 static const CallSignature* GetOptimizedFastCallSign() in GetOptimizedFastCallSign() function
Dslowpath_lowering.cpp3037 const CallSignature *cs = RuntimeStubCSigns::GetOptimizedFastCallSign(); in LowerFastCall()
3137 const CallSignature *cs = RuntimeStubCSigns::GetOptimizedFastCallSign(); in LowerTypedFastCall()
Dcircuit_builder.cpp946 const CallSignature *cs = RuntimeStubCSigns::GetOptimizedFastCallSign(); in FastCallOptimized()
Dllvm_ir_builder.cpp844 calleeDescriptor = RuntimeStubCSigns::GetOptimizedFastCallSign(); in VisitCall()