Home
last modified time | relevance | path

Searched refs:isFirst (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-ins.cpp86 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 Dassembly-ins.h251 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 Dpgo_method_type_set.cpp160 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 Dpgo_proto_transition_type_pool.h87 bool isFirst = true; variable
89 if (isFirst) {
93 isFirst = false;
99 if (!isFirst) {
H A Dpgo_record_pool.h176 bool isFirst = true; variable
178 if (isFirst) {
182 isFirst = false;
191 if (!isFirst) {
H A Dpool_template.h144 bool isFirst = true; variable
146 if (isFirst) {
150 isFirst = false;
159 if (!isFirst) {
H A Dpgo_method_type_set.h202 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 Daarch64_call_conv.cpp108 * 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 Daarch64_call_conv.h44 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 Dscheduler.cpp477 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 Dpgo_profiler_info.cpp100 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 Dheap_snapshot_json_serializer.cpp268 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 Dcall_conv.h254 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 Dx64_call_conv.cpp129 int32 X64CallConvImpl::LocateNextParm(MIRType &mirType, CCLocInfo &pLoc, bool isFirst, MIRFunction *tFunc) in LocateNextParm() argument
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
H A Dreference_storage.cpp268 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 Dx64_call_conv.h183 int32 LocateNextParm(MIRType &mirType, CCLocInfo &pLoc, bool isFirst = false, MIRFunction *func = nullptr);
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Ddump.cpp444 bool isFirst = true; in DumpOpcode() local
448 isFirst = false; in DumpOpcode()
451 if (!isFirst) { in DumpOpcode()

Completed in 14 milliseconds