| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | method.cpp | 156 bool isFastCall = IsFastCall(); in InitInterpreterStatusForCompiledMethod() local
|
| H A D | method.h | 107 static uint64_t SetIsFastCall(uint64_t callField, bool isFastCall) in SetIsFastCall() argument 340 void SetIsFastCall(bool isFastCall) in SetIsFastCall() argument
|
| H A D | js_function.h | 64 void SetIsCompiledFastCall(bool isFastCall) in SetIsCompiledFastCall() argument
|
| H A D | js_function.cpp | 544 std::vector<JSTaggedType> JSFunction::GetArgsData(bool isFastCall, JSHandle<JSTaggedValue> &thisArg, in GetArgsData() argument 1190 void JSFunctionBase::SetCompiledFuncEntry(uintptr_t codeEntry, bool isFastCall) in SetCompiledFuncEntry() argument 1198 void JSFunction::SetJitCompiledFuncEntry(JSThread *thread, JSHandle<MachineCode> &machineCode, bool isFastCall) in SetJitCompiledFuncEntry() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| H A D | aot_file_info.h | 72 void AddEntry(CallSignature::TargetKind kind, bool isMainFunc, bool isFastCall, int indexInKind, uint64_t offset, in AddEntry() argument
|
| H A D | aot_file_manager.cpp | 366 bool isFastCall = mainFuncEntry.isFastCall; in SetAOTMainFuncEntry() local 379 mainFunc->SetCompiledFuncEntry(static_cast<uintptr_t>(mainEntry), isFastCall); in SetAOTMainFuncEntry() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | aot_compiler_preprocessor.h | 158 void SetIsFastCall(CString fileDesc, uint32_t methodOffset, bool isFastCall) in SetIsFastCall() argument
|
| H A D | aot_compiler_preprocessor.cpp | 363 void CallMethodFlagMap::SetIsFastCall(CString fileDesc, uint32_t methodOffset, bool isFastCall) in SetIsFastCall() argument 467 bool isFastCall = methodLiteral->IsFastCall(); in GenerateMethodMap() local 472 LOG_COMPILER(INFO) <<"!!!"<< fileDesc <<" "<< offset << " " << isAotcompile << " " << isFastCall; in GenerateMethodMap() local
|
| H A D | file_generators.cpp | 190 bool isFastCall; in CollectFuncEntryInfo() local 254 bool isFastCall; in CollectFuncEntryInfoByLiteCG() local [all...] |
| H A D | stub_builder-inl.h | 3260 inline void StubBuilder::SetCompiledFuncEntry(GateRef glue, GateRef jsFunc, GateRef codeEntry, GateRef isFastCall) in SetCompiledFuncEntry() argument
|
| H A D | stub_builder.cpp | 10188 GateRef isFastCall = IsFastCall(method); in SetCompiledCodeFlagToFunctionFromMethod() local 10304 GateRef isFastCall = GetIsFastCall(machineCode); in TryToJitReuseCompiledFunc() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| H A D | litecg_ir_builder.h | 70 void SetFunction(size_t index, std::string funcName, bool isFastCall) in SetFunction() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| H A D | llvm_ir_builder.h | 118 void SetFunction(size_t index, LLVMValueRef func, bool isFastCall) in SetFunction() argument
|
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| H A D | deoptimizer.cpp | 362 bool isFastCall = JSFunctionBase::IsFastCallFromCallTarget(callTarget); in CollectVirtualRegisters() local 568 bool isFastCall = func->IsCompiledFastCall(); // get this flag before clear it in ClearCompiledCodeStatusWhenDeopt() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs.cpp | 3534 bool isFastCall = func->IsCompiledFastCall(); // get this flag before clear it in SaveFrameToContext() local
|