Searched defs:order (Results 1 – 14 of 14) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| D | calleeReg.cpp | 68 auto order = FindCallRegOrder(static_cast<DwarfRegType>(reg)); in FindCallRegOrder() local
|
| D | deoptimizer.cpp | 166 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 | 76 …void CheckTypeExist(const std::unordered_map<int32_t, int32_t> &typeinfo, int32_t order, int32_t t… in CheckTypeExist() argument 83 void AddTypeinfo(std::vector<ScalarValue> *elements, int32_t order, int32_t 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 | 70 explicit CallSignature(std::string name, int flags, size_t paramCounter, ArgumentsOrder order, in CallSignature()
|
| D | scheduler.cpp | 202 std::vector<GateRef> order; in Run() local 341 std::vector<GateRef> *order) in CalculateSchedulingLowerBound()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | property_attributes.h | 242 inline void SetDictionaryOrder(uint32_t order) in SetDictionaryOrder()
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | file_items.h | 227 void SetOrderIndex(uint32_t order) in SetOrderIndex()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | encode.h | 633 virtual void EncodeMemoryBarrier([[maybe_unused]] MemoryOrder::Order order) in EncodeMemoryBarrier()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | encode.cpp | 2128 void Aarch32Encoder::EncodeMemoryBarrier(MemoryOrder::Order order) in EncodeMemoryBarrier()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/amd64/ |
| D | encode.cpp | 2333 void Amd64Encoder::EncodeMemoryBarrier(MemoryOrder::Order order) in EncodeMemoryBarrier()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | encode.cpp | 1472 void Aarch64Encoder::EncodeMemoryBarrier(MemoryOrder::Order order) in EncodeMemoryBarrier()
|