Home
last modified time | relevance | path

Searched defs:order (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/arkguard/src/transformers/
DTransformPlugin.ts21 order: number property
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
DcalleeReg.cpp68 auto order = FindCallRegOrder(static_cast<LLVMStackMapType::DwarfRegType>(reg)); in FindCallRegOrder() local
Ddeoptimizer.cpp318 int order = callreg.FindCallRegOrder(reg); in RelocateCalleeSave() local
/arkcompiler/ets_frontend/testTs/
Dutils.py30 def command_os(order): argument
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dbcopt_type_adaption_test.cpp53 auto order = bit_cast<int32_t>(std::get<uint32_t>(array[i].value_)); in ExtractTypeinfo() local
68 void CheckTypeExist(const TypeInfoMap &typeinfo, int32_t order, const TypeInfoIndex &type) const in CheckTypeExist()
75 void AddTypeinfo(panda::pandasm::LiteralArray &lit_arr, int32_t order, TypeInfoIndex type) const in AddTypeinfo()
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.cpp130 void BytecodeGen::AddOrderAndTypeInfoIndex(int32_t order, TypeInfoIndex type, TypeInfoComponents *e… in AddOrderAndTypeInfoIndex()
159 void BytecodeGen::AddTypeInfoIndexForIns(int32_t order, size_t id, TypeInfoComponents *elements) co… in AddTypeInfoIndexForIns()
174 auto order = bit_cast<int32_t>(std::get<uint32_t>((*elements)[i].value_)); in UpdateTypeInfoIndexAnnotation() local
Doptimize_bytecode.cpp137 auto order = bit_cast<int32_t>(std::get<uint32_t>(array[i].value_)); in ExtractTypeInfo() local
166 int32_t order = 0; in BuildMapFromPcToType() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.h73 CallSignature(std::string name, int flags, size_t paramCounter, ArgumentsOrder order, in CallSignature()
Dscheduler.cpp197 std::vector<GateRef> order; in Run() local
353 std::vector<GateRef> *order) in CalculateSchedulingLowerBound()
/arkcompiler/ets_runtime/ecmascript/
Dproperty_attributes.h270 inline void SetDictionaryOrder(uint32_t order) in SetDictionaryOrder()
/arkcompiler/runtime_core/libpandafile/
Dfile_items.h227 void SetOrderIndex(uint32_t order) in SetOrderIndex()