Home
last modified time | relevance | path

Searched defs:idx (Results 1 - 25 of 197) sorted by relevance

12345678

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dmodule_section_des.cpp19 std::string ModuleSectionDes::GetSecName(const ElfSecName idx) in GetSecName() argument
/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_array-inl.h24 inline void TaggedArray::Set(const JSThread *thread, uint32_t idx, const T &value) in Set() argument
H A Dbyte_array.cpp21 void ByteArray::Set(JSThread* thread, uint32_t idx, DataViewType type, JSTaggedType val, uint32_t offset) in Set() argument
29 JSTaggedValue ByteArray::Get(JSThread *thread, uint32_t idx, DataViewType type, uint32_t offset) in Get() argument
H A Delement_accessor.cpp22 JSTaggedValue ElementAccessor::Get(JSHandle<JSObject> receiver, uint32_t idx) in Get() argument
38 JSTaggedValue ElementAccessor::Get(JSObject *receiver, uint32_t idx) in Get() argument
54 JSTaggedValue ElementAccessor::FastGet(JSHandle<TaggedArray> elements, uint32_t idx, ElementsKind kind) in FastGet() argument
H A Delement_accessor-inl.h29 inline void ElementAccessor::Set(const JSThread *thread, JSHandle<JSObject> receiver, uint32_t idx, in Set() argument
60 void ElementAccessor::FastSet(const JSThread *thread, JSHandle<TaggedArray> elements, uint32_t idx, in FastSet() argument
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Drem_set.h110 void Set(size_t idx) in Set() argument
/arkcompiler/runtime_core/static_core/runtime/profiling/
H A Dprofiling.h34 auto idx = static_cast<uint8_t>(callKind); in CallKindToString() local
/arkcompiler/runtime_core/static_core/verification/util/
H A Dshifted_vector.h30 typename Base::reference operator[](int idx) in operator []() argument
40 typename Base::reference At(int idx) in At() argument
63 ExtendToInclude(int idx) ExtendToInclude() argument
[all...]
H A Dindex.h44 Index(Index &&idx) : value_ {idx.value_} in Index() argument
49 Index &operator=(Index &&idx) in operator =() argument
/arkcompiler/runtime_core/static_core/verification/value/
H A Dvariables.h37 size_t idx; member
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dlater_elimination.h41 size_t idx = acc_.GetId(dependIn); in GetDependChain() local
H A Dlexical_env_specialization_pass.h41 size_t idx = acc_.GetId(dependIn); in GetDependChain() local
H A Drange_guard.h45 size_t idx = acc_.GetId(dependIn); in GetDependChain() local
/arkcompiler/runtime_core/assembler/
H A Dassembly-ins.cpp86 std::string panda::pandasm::Ins::RegToString(size_t idx, bool is_first, bool print_args, in RegToString() argument
110 std::string panda::pandasm::Ins::ImmToString(size_t idx, bool is_first) const in ImmToString() argument
134 std::string panda::pandasm::Ins::IdToString(size_t idx, boo argument
[all...]
/arkcompiler/runtime_core/libpandafile/util/
H A Dcollect_util.cpp122 size_t idx = bc_ins.GetLiteralIndex(); in GetLiteralArrayIdInBytecodeInst() local
/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
109 std::string ark::pandasm::Ins::ImmToString(size_t idx, bool isFirst) const in ImmToString() argument
133 std::string ark::pandasm::Ins::IdToString(size_t idx, boo argument
[all...]
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
H A Dcreated_object_file.h70 uint64_t idx; member
/arkcompiler/runtime_core/static_core/runtime/
H A Dvtable_builder_base.cpp75 size_t idx = 0; in DumpVTable() local
/arkcompiler/ets_frontend/merge_abc/src/
H A Dmain.cpp76 size_t idx = 0; in Run() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
H A Dold_instruction.h1232 HasId(Format format, size_t idx) HasId() argument
[all...]
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
H A Dphi_resolver.h64 size_t idx = 0; in Run() local
/arkcompiler/runtime_core/static_core/abc2program/
H A Dabc_file_processor.cpp202 ArrayValueToString(const panda_file::ArrayValue &value, const std::string &type, const size_t idx) ArrayValueToString() argument
[all...]
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
H A Dreg_acc_alloc_test.cpp36 uint8_t idx = 0; in CheckInstructionsSrcRegIsAcc() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/mem/
H A Ditems_pool.h123 inline Item *GetItemByIndex(uint32_t idx) in GetItemByIndex() argument
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dbit_table_test.cpp227 int idx = 1; local

Completed in 10 milliseconds

12345678