Searched refs:IsFastCall (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | method.h | 115 static bool IsFastCall(uint64_t callField) in IsFastCall() function 333 bool IsFastCall() const in IsFastCall() function 336 return IsFastCall(callFiled); in IsFastCall()
|
| D | js_function.cpp | 340 if (method->IsFastCall()) { in InvokeOptimizedEntrypoint() 402 if (method->IsFastCall()) { in InvokeOptimizedEntrypoint()
|
| D | object_factory.cpp | 4133 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/ |
| D | method_literal.h | 198 static bool IsFastCall(uint64_t callField) in IsFastCall() function 203 bool IsFastCall() const in IsFastCall() function
|
| D | class_info_extractor.cpp | 234 if (method->IsFastCall()) { in CreateConstructorHClass() 434 constructorHClass->SetCanFastCall(method->IsFastCall()); in DefineClassWithIHClass()
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_type.h | 206 NEXT_BIT_FIELD(BitField, IsFastCall, bool, ONE_BIT, IsSignature); 207 NEXT_BIT_FIELD(BitField, IsFastCallVaild, bool, ONE_BIT, IsFastCall);
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ts_inline_lowering.cpp | 248 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()
|
| D | argument_accessor.cpp | 143 if (method_->IsFastCall() && args_.size() > 2) { // 2: mean have func and glue in CollectArgs()
|
| D | llvm_codegen.cpp | 233 if (methodLiteral->IsFastCall()) { in GenerateCode() 239 enableLog_, methodLiteral->IsFastCall(), methodName); in GenerateCode()
|
| D | llvm_ir_builder.cpp | 2539 if (!methodLiteral->IsFastCall()) { in AddFunc() 2560 SetFunction(offsetInPandaFile, function, methodLiteral->IsFastCall()); in AddFunc()
|
| D | bytecode_circuit_builder.cpp | 516 if (!method_->IsFastCall()) { in BuildCircuitArgs()
|
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| D | deoptimizer.cpp | 343 if (!method->IsFastCall() && declaredNumArgs != actualNumArgs) { in CollectVirtualRegisters()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 2447 if (method->IsFastCall()) { in RuntimeOptConstructGeneric() 2480 if (ctor->GetCallTarget()->IsFastCall()) { in RuntimeOptConstructGeneric()
|