Home
last modified time | relevance | path

Searched defs:isFirst (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_call_conv.cpp113 uint64 AArch64CallConvImpl::LocateNextParm(const MIRType &mirType, CCLocInfo &pLoc, bool isFirst, M… in LocateNextParm()
159 uint64 AArch64WebKitJSCC::LocateNextParm(const MIRType &mirType, CCLocInfo &pLoc, bool isFirst, MIR… in LocateNextParm()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_call_conv.cpp127 int32 X64CallConvImpl::LocateNextParm(MIRType &mirType, CCLocInfo &pLoc, bool isFirst, MIRFunction … in LocateNextParm()
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-ins.cpp86 std::string ark::pandasm::Ins::RegToString(size_t idx, bool isFirst, bool printArgs, size_t firstAr… in RegToString()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
Dpgo_proto_transition_type_pool.h87 bool isFirst = true; in ProcessToText() local
Dpool_template.h144 bool isFirst = true; in ProcessToText() local
Dpgo_method_type_set.cpp178 bool isFirst = true; in ProcessToText() local
Dpgo_record_pool.h206 bool isFirst = true; in ProcessToText() local
Dpgo_method_type_set.h202 bool isFirst = true; in ProcessToText() local
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dcreate_type_help_items.cpp112 bool isFirst = true; in GetTypeHelpItem() local
/arkcompiler/ets_frontend/ets2panda/driver/dependency_analyzer/
Ddep_analyzer.cpp56 bool isFirst = true; in Dump() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot_json_serializer.cpp229 bool isFirst = true; in SerializeSamples() local
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
Dreference_storage.cpp269 auto isFirst = localStorage_->size() == 1; in PopLocalFrame() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp75 bool isFirst = true; in ProcessToText() local
496 bool isFirst = true; in ProcessToText() local
999 bool isFirst = true; in ProcessToText() local
/arkcompiler/jsvm/src/inspector/
Dinspector_socket_server.cpp90 bool isFirst = true; in MapsToString() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dscheduler.cpp475 bool isFirst = true; in Print() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Ddump.cpp444 bool isFirst = true; in DumpOpcode() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts2459 const isFirst = specIndex === 0; constant