/arkcompiler/runtime_core/static_core/assembler/ |
H A D | assembly-ins.cpp | 86 std::string ark::pandasm::Ins::RegToString(size_t idx, bool isFirst, bool printArgs, size_t firstArgIdx) const in RegToString() argument 94 if (!isFirst) { in RegToString() 109 std::string ark::pandasm::Ins::ImmToString(size_t idx, bool isFirst) const in ImmToString() 118 if (!isFirst) { in ImmToString() 133 std::string ark::pandasm::Ins::IdToString(size_t idx, bool isFirst) const in IdToString() 141 if (!isFirst) { in IdToString()
|
H A D | assembly-ins.h | 251 std::string IdToString(size_t idx, bool isFirst) const; 252 std::string ImmToString(size_t idx, bool isFirst) const; 253 std::string RegToString(size_t idx, bool isFirst, bool printArgs = false, size_t firstArgIdx = 0) const;
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
H A D | pgo_method_type_set.cpp | 160 bool isFirst = true; in ProcessToText() local 165 if (isFirst) { in ProcessToText() 167 isFirst = false; in ProcessToText() 179 if (isFirst) { in ProcessToText() 181 isFirst = false; in ProcessToText() 188 if (isFirst) { in ProcessToText() 190 isFirst = false; in ProcessToText() 196 if (!isFirst) { in ProcessToText()
|
H A D | pgo_proto_transition_type_pool.h | 87 bool isFirst = true; variable 89 if (isFirst) { 93 isFirst = false; 99 if (!isFirst) {
|
H A D | pgo_record_pool.h | 176 bool isFirst = true; variable 178 if (isFirst) { 182 isFirst = false; 191 if (!isFirst) {
|
H A D | pool_template.h | 144 bool isFirst = true; variable 146 if (isFirst) { 150 isFirst = false; 159 if (!isFirst) {
|
H A D | pgo_method_type_set.h | 202 bool isFirst = true; in ProcessToText() local 204 if (!isFirst) { in ProcessToText() 207 isFirst = false; in ProcessToText()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
H A D | aarch64_call_conv.cpp | 108 * If LocateNextParm is called for function formals, third argument isFirst is true. 110 * of LocateNextParm are against caller's argument list must not have isFirst set, 114 uint64 AArch64CallConvImpl::LocateNextParm(const MIRType &mirType, CCLocInfo &pLoc, bool isFirst, MIRFuncType *tFunc) in LocateNextParm() argument 122 if (isFirst) { in LocateNextParm() 160 uint64 AArch64WebKitJSCC::LocateNextParm(const MIRType &mirType, CCLocInfo &pLoc, bool isFirst, MIRFuncType *tFunc) in LocateNextParm() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
H A D | aarch64_call_conv.h | 44 uint64 LocateNextParm(const MIRType &mirType, CCLocInfo &pLoc, bool isFirst = false, 91 uint64 LocateNextParm(const MIRType &mirType, CCLocInfo &pLoc, bool isFirst = false,
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | scheduler.cpp | 477 bool isFirst = true; in Print() local 484 LOG_COMPILER(INFO) << (isFirst ? "" : " ") << bbGatesAddrToIdx.at(predState); in Print() 485 isFirst = false; in Print() 489 isFirst = true; in Print() 496 LOG_COMPILER(INFO) << (isFirst ? "" : " ") << bbGatesAddrToIdx.at(succState); in Print() 497 isFirst = false; in Print()
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
H A D | pgo_profiler_info.cpp | 100 bool isFirst = true; in ProcessToText() local 102 if (!isFirst) { in ProcessToText() 105 isFirst = false; in ProcessToText() 434 bool isFirst = true; in ProcessToText() local 440 if (isFirst) { in ProcessToText() 444 isFirst = false; in ProcessToText() 463 if (!isFirst) { in ProcessToText() 930 bool isFirst = true; in ProcessToText() local 932 if (isFirst) { in ProcessToText() 935 isFirst in ProcessToText() [all...] |
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
H A D | heap_snapshot_json_serializer.cpp | 268 bool isFirst = true; in SerializeSamples() local 270 if (!isFirst) { in SerializeSamples() 273 isFirst = false; in SerializeSamples()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | call_conv.h | 254 virtual uint64 LocateNextParm(const MIRType &mirType, CCLocInfo &pLoc, bool isFirst = false,
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
H A D | x64_call_conv.cpp | 129 int32 X64CallConvImpl::LocateNextParm(MIRType &mirType, CCLocInfo &pLoc, bool isFirst, MIRFunction *tFunc) in LocateNextParm() argument
|
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/ |
H A D | reference_storage.cpp | 268 auto isFirst = localStorage_->size() == 1; in PopLocalFrame() local 271 if (prev == nullptr && isFirst) { in PopLocalFrame()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
H A D | x64_call_conv.h | 183 int32 LocateNextParm(MIRType &mirType, CCLocInfo &pLoc, bool isFirst = false, MIRFunction *func = nullptr);
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | dump.cpp | 444 bool isFirst = true; in DumpOpcode() local 448 isFirst = false; in DumpOpcode() 451 if (!isFirst) { in DumpOpcode()
|