Searched defs:isFastCall (Results 1 – 14 of 14) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | method.cpp | 156 bool isFastCall = IsFastCall(); in InitInterpreterStatusForCompiledMethod() local
|
| D | method.h | 107 static uint64_t SetIsFastCall(uint64_t callField, bool isFastCall) in SetIsFastCall() 340 void SetIsFastCall(bool isFastCall) in SetIsFastCall()
|
| D | js_function.cpp | 579 std::vector<JSTaggedType> JSFunction::GetArgsData(bool isFastCall, JSHandle<JSTaggedValue> &thisArg, in GetArgsData() 1243 void JSFunctionBase::SetCompiledFuncEntry(uintptr_t codeEntry, bool isFastCall) in SetCompiledFuncEntry() 1251 …ion::SetJitCompiledFuncEntry(JSThread *thread, JSHandle<MachineCode> &machineCode, bool isFastCall) in SetJitCompiledFuncEntry()
|
| D | js_function.h | 65 void SetIsCompiledFastCall(bool isFastCall) in SetIsCompiledFastCall()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | file_generators.cpp | 149 llvmModule->IteratefuncIndexMap([&](size_t idx, LLVMValueRef func, bool isFastCall) { in CollectFuncEntryInfo() 184 bool isFastCall; in CollectFuncEntryInfo() local 215 lmirModule->IteratefuncIndexMap([&](size_t idx, std::string funcName, bool isFastCall) { in CollectFuncEntryInfoByLiteCG() 248 bool isFastCall; in CollectFuncEntryInfoByLiteCG() local
|
| D | aot_compiler_preprocessor.h | 160 void SetIsFastCall(CString fileDesc, uint32_t methodOffset, bool isFastCall) in SetIsFastCall()
|
| D | aot_compiler_preprocessor.cpp | 360 void CallMethodFlagMap::SetIsFastCall(CString fileDesc, uint32_t methodOffset, bool isFastCall) in SetIsFastCall() 469 bool isFastCall = methodLiteral->IsFastCall(); in GenerateMethodMap() local
|
| D | stub_builder.cpp | 11033 GateRef isFastCall = IsFastCall(method); in SetCompiledCodeFlagToFunctionFromMethod() local 11153 GateRef isFastCall = GetIsFastCall(machineCode); in TryToJitReuseCompiledFunc() local
|
| D | stub_builder-inl.h | 3438 …bBuilder::SetCompiledFuncEntry(GateRef glue, GateRef jsFunc, GateRef codeEntry, GateRef isFastCall) in SetCompiledFuncEntry()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_ir_builder.h | 70 void SetFunction(size_t index, std::string funcName, bool isFastCall) in SetFunction()
|
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| D | deoptimizer.cpp | 361 bool isFastCall = JSFunctionBase::IsFastCallFromCallTarget(callTarget); in CollectVirtualRegisters() local 567 bool isFastCall = func->IsCompiledFastCall(); // get this flag before clear it in ClearCompiledCodeStatusWhenDeopt() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| D | llvm_ir_builder.h | 118 void SetFunction(size_t index, LLVMValueRef func, bool isFastCall) in SetFunction()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | aot_file_manager.cpp | 374 bool isFastCall = mainFuncEntry.isFastCall; in SetAOTMainFuncEntry() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 3491 bool isFastCall = func->IsCompiledFastCall(); // get this flag before clear it in SaveFrameToContext() local
|