Home
last modified time | relevance | path

Searched defs:isFastCall (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dmethod.cpp156 bool isFastCall = IsFastCall(); in InitInterpreterStatusForCompiledMethod() local
H A Dmethod.h107 static uint64_t SetIsFastCall(uint64_t callField, bool isFastCall) in SetIsFastCall() argument
340 void SetIsFastCall(bool isFastCall) in SetIsFastCall() argument
H A Djs_function.h64 void SetIsCompiledFastCall(bool isFastCall) in SetIsCompiledFastCall() argument
H A Djs_function.cpp544 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 Daot_file_info.h72 void AddEntry(CallSignature::TargetKind kind, bool isMainFunc, bool isFastCall, int indexInKind, uint64_t offset, in AddEntry() argument
H A Daot_file_manager.cpp366 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 Daot_compiler_preprocessor.h158 void SetIsFastCall(CString fileDesc, uint32_t methodOffset, bool isFastCall) in SetIsFastCall() argument
H A Daot_compiler_preprocessor.cpp363 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 Dfile_generators.cpp190 bool isFastCall; in CollectFuncEntryInfo() local
254 bool isFastCall; in CollectFuncEntryInfoByLiteCG() local
[all...]
H A Dstub_builder-inl.h3260 inline void StubBuilder::SetCompiledFuncEntry(GateRef glue, GateRef jsFunc, GateRef codeEntry, GateRef isFastCall) in SetCompiledFuncEntry() argument
H A Dstub_builder.cpp10188 GateRef isFastCall = IsFastCall(method); in SetCompiledCodeFlagToFunctionFromMethod() local
10304 GateRef isFastCall = GetIsFastCall(machineCode); in TryToJitReuseCompiledFunc() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.h70 void SetFunction(size_t index, std::string funcName, bool isFastCall) in SetFunction() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.h118 void SetFunction(size_t index, LLVMValueRef func, bool isFastCall) in SetFunction() argument
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
H A Ddeoptimizer.cpp362 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 Druntime_stubs.cpp3534 bool isFastCall = func->IsCompiledFastCall(); // get this flag before clear it in SaveFrameToContext() local

Completed in 50 milliseconds