Searched refs:IsFastCall (Results 1 – 16 of 16) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | method.h | 116 static bool IsFastCall(uint64_t callField) in IsFastCall() function 334 bool IsFastCall() const in IsFastCall() function 337 return IsFastCall(callFiled); in IsFastCall()
|
| D | js_function.cpp | 452 if (method->IsFastCall()) { in InvokeOptimizedEntrypoint() 514 if (method->IsFastCall()) { in InvokeOptimizedEntrypoint()
|
| /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
|
| /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/codegen/maple/ |
| D | litecg_codegen.cpp | 109 if (methodLiteral->IsFastCall()) { in GenerateCode()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ts_inline_lowering.cpp | 287 if (!method->IsFastCall()) { in ReplaceCallInput() 291 if (!method->IsFastCall()) { in ReplaceCallInput() 319 if (!method->IsFastCall()) { in ReplaceAccessorInput() 323 if (!method->IsFastCall()) { in ReplaceAccessorInput() 511 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 | 292 if (methodLiteral->IsFastCall()) { in GenerateCode() 298 enableLog_, methodLiteral->IsFastCall(), methodName, in GenerateCode()
|
| D | bytecode_circuit_builder.cpp | 373 if (!method_->IsFastCall()) { in BuildCircuitArgs()
|
| D | litecg_ir_builder.cpp | 156 if (!methodLiteral_->IsFastCall()) { in AddFunc() 177 lmirModule_->SetFunction(offsetInPandaFile, funcName, methodLiteral_->IsFastCall()); in AddFunc() 254 if (methodLiteral_->IsFastCall()) { in GenPrologue()
|
| D | llvm_ir_builder.cpp | 2754 if (!methodLiteral->IsFastCall()) { in AddFunc() 2775 SetFunction(offsetInPandaFile, function, methodLiteral->IsFastCall()); in AddFunc()
|
| D | stub_builder.h | 745 GateRef IsFastCall(GateRef method);
|
| D | stub_builder-inl.h | 2718 inline GateRef StubBuilder::IsFastCall(GateRef method) in IsFastCall() function
|
| /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 | 2711 if (ctor->GetCallTarget()->IsFastCall()) { in GetResultValue() 2755 if (method->IsFastCall()) { in RuntimeOptConstructGeneric()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_serializer_test.cpp | 773 EXPECT_TRUE(method->IsFastCall()); in AOTMethodTest()
|