Home
last modified time | relevance | path

Searched refs:IsFastCall (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dmethod.h115 static bool IsFastCall(uint64_t callField) in IsFastCall() function
333 bool IsFastCall() const in IsFastCall() function
336 return IsFastCall(callFiled); in IsFastCall()
Djs_function.cpp340 if (method->IsFastCall()) { in InvokeOptimizedEntrypoint()
402 if (method->IsFastCall()) { in InvokeOptimizedEntrypoint()
Dobject_factory.cpp4133 if (methodHandle->IsFastCall()) { in NewJSFunction()
4145 if (methodHandle->IsFastCall()) { in NewJSFunction()
4157 if (methodHandle->IsFastCall()) { in NewJSFunction()
4170 if (methodHandle->IsFastCall()) { in NewJSFunction()
4182 if (methodHandle->IsFastCall()) { in NewJSFunction()
4194 if (methodHandle->IsFastCall()) { in NewJSFunction()
4220 if (methodHandle->IsFastCall()) { in NewJSFunction()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.h198 static bool IsFastCall(uint64_t callField) in IsFastCall() function
203 bool IsFastCall() const in IsFastCall() function
Dclass_info_extractor.cpp234 if (method->IsFastCall()) { in CreateConstructorHClass()
434 constructorHClass->SetCanFastCall(method->IsFastCall()); in DefineClassWithIHClass()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type.h206 NEXT_BIT_FIELD(BitField, IsFastCall, bool, ONE_BIT, IsSignature);
207 NEXT_BIT_FIELD(BitField, IsFastCallVaild, bool, ONE_BIT, IsFastCall);
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.cpp248 if (!method->IsFastCall()) { in ReplaceCallInput()
252 if (!method->IsFastCall()) { in ReplaceCallInput()
285 if (!method->IsFastCall()) { in ReplaceAccessorInput()
289 if (!method->IsFastCall()) { in ReplaceAccessorInput()
456 if (method->IsFastCall()) { in LowerToInlineCall()
Dargument_accessor.cpp143 if (method_->IsFastCall() && args_.size() > 2) { // 2: mean have func and glue in CollectArgs()
Dllvm_codegen.cpp233 if (methodLiteral->IsFastCall()) { in GenerateCode()
239 enableLog_, methodLiteral->IsFastCall(), methodName); in GenerateCode()
Dllvm_ir_builder.cpp2539 if (!methodLiteral->IsFastCall()) { in AddFunc()
2560 SetFunction(offsetInPandaFile, function, methodLiteral->IsFastCall()); in AddFunc()
Dbytecode_circuit_builder.cpp516 if (!method_->IsFastCall()) { in BuildCircuitArgs()
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp343 if (!method->IsFastCall() && declaredNumArgs != actualNumArgs) { in CollectVirtualRegisters()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2447 if (method->IsFastCall()) { in RuntimeOptConstructGeneric()
2480 if (ctor->GetCallTarget()->IsFastCall()) { in RuntimeOptConstructGeneric()