| /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 | 162 void SetIsFastCall(CString fileDesc, uint32_t methodOffset, bool isFastCall) in SetIsFastCall()
|
| D | aot_compiler_preprocessor.cpp | 358 void CallMethodFlagMap::SetIsFastCall(CString fileDesc, uint32_t methodOffset, bool isFastCall) in SetIsFastCall() 471 bool isFastCall = methodLiteral->IsFastCall(); in GenerateMethodMap() local
|
| D | mcr_gate_meta_data.h | 212 uint16_t dependsIn, uint32_t valuesIn, uint64_t value, bool needPushArgv, bool isFastCall) in NewConstructMetaData()
|
| D | hcr_circuit_builder.cpp | 512 bool needPushArgv, bool isFastCall) in CallNew()
|
| D | slowpath_lowering.cpp | 3658 bool isFastCall = acc_.IsFastCall(gate); in LowerCallNew() local 3717 …ing::LowerNewFastCall(GateRef gate, GateRef glue, GateRef func, bool needPushArgv, bool isFastCall, in LowerNewFastCall()
|
| D | typed_bytecode_lowering.cpp | 1971 bool isFastCall = method->IsFastCall(); in LowerTypedNewObjRange() local
|
| D | stub_builder.cpp | 11746 GateRef isFastCall = IsFastCall(method); in SetCompiledCodeFlagToFunctionFromMethod() local 12583 GateRef isFastCall = GetIsFastCall(machineCode); in TryToJitReuseCompiledFunc() local
|
| D | stub_builder-inl.h | 3652 …bBuilder::SetCompiledFuncEntry(GateRef glue, GateRef jsFunc, GateRef codeEntry, GateRef isFastCall) in SetCompiledFuncEntry()
|
| /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 | 643 std::vector<JSTaggedType> JSFunction::GetArgsData(JSThread *thread, bool isFastCall, JSHandle<JSTag… in GetArgsData() 1297 void JSFunctionBase::SetCompiledFuncEntry(uintptr_t codeEntry, bool isFastCall) in SetCompiledFuncEntry() 1305 …ion::SetJitCompiledFuncEntry(JSThread *thread, JSHandle<MachineCode> &machineCode, bool isFastCall) in SetJitCompiledFuncEntry()
|
| D | js_function.h | 70 void SetIsCompiledFastCall(bool isFastCall) in SetIsCompiledFastCall()
|
| /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 | 395 bool isFastCall = JSFunctionBase::IsFastCallFromCallTarget(thread_, callTarget); in CollectVirtualRegisters() local 625 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 | 124 void SetFunction(size_t index, LLVMValueRef func, bool isFastCall) in SetFunction()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | aot_file_manager.cpp | 393 bool isFastCall = mainFuncEntry.isFastCall; in SetAOTMainFuncEntry() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 3639 bool isFastCall = func->IsCompiledFastCall(); // get this flag before clear it in DEF_RUNTIME_STUBS() local
|