Searched defs:order (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_frontend/arkguard/src/transformers/ |
| D | TransformPlugin.ts | 21 order: number property
|
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| D | calleeReg.cpp | 68 auto order = FindCallRegOrder(static_cast<LLVMStackMapType::DwarfRegType>(reg)); in FindCallRegOrder() local
|
| D | deoptimizer.cpp | 318 int order = callreg.FindCallRegOrder(reg); in RelocateCalleeSave() local
|
| /arkcompiler/ets_frontend/testTs/ |
| D | utils.py | 30 def command_os(order): argument
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | bcopt_type_adaption_test.cpp | 53 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/ |
| D | codegen.cpp | 130 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
|
| D | optimize_bytecode.cpp | 137 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/ |
| D | call_signature.h | 73 CallSignature(std::string name, int flags, size_t paramCounter, ArgumentsOrder order, in CallSignature()
|
| D | scheduler.cpp | 197 std::vector<GateRef> order; in Run() local 353 std::vector<GateRef> *order) in CalculateSchedulingLowerBound()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | property_attributes.h | 270 inline void SetDictionaryOrder(uint32_t order) in SetDictionaryOrder()
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | file_items.h | 227 void SetOrderIndex(uint32_t order) in SetOrderIndex()
|