| /arkcompiler/ets_runtime/test/moduletest/builtins/ |
| H A D | builtinsregexp.js | 38 var reg = /t(e)(st(\d?))/g; variable
|
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| H A D | calleeReg.cpp | 60 LOG_FULL(FATAL) << "reg:" << std::dec << reg; in FindCallRegOrder() local
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| H A D | reg_map.cpp | 93 IsRegAvailable(Register reg, Arch arch) const IsRegAvailable() argument [all...] |
| H A D | spill_fills_resolver.h | 106 Location ToLocation(LocationIndex reg) in ToLocation() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| H A D | x64_abi.cpp | 23 bool IsAvailableReg(X64reg reg) in IsAvailableReg() argument 46 bool IsCalleeSavedReg(X64reg reg) in IsCalleeSavedReg() argument 69 bool IsSpillReg(X64reg reg) in IsSpillReg() argument 92 bool IsExtraSpillReg(X64reg reg) in IsExtraSpillReg() argument
|
| /arkcompiler/ets_runtime/ecmascript/stackmap/llvm/ |
| H A D | llvm_stackmap_type.cpp | 37 void LLVMStackMapType::DecodeRegAndOffset(SLeb128Type regOffset, DwarfRegType ®, OffsetType &offset) in DecodeRegAndOffset() argument 18 EncodeRegAndOffset(std::vector<uint8_t> ®Offset, size_t ®OffsetSize, DwarfRegType reg, OffsetType offset, Triple triple) EncodeRegAndOffset() argument
|
| /arkcompiler/runtime_core/assembler/ |
| H A D | assembly-ins.cpp | 34 translator << " v" << reg; in RegsToString() local
|
| H A D | assembly-debug.h | 51 int32_t reg = 0; member
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| H A D | assembly-debug.h | 54 int32_t reg = 0; member
|
| H A D | assembly-ins.cpp | 34 translator << " v" << reg; in RegsToString() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| H A D | reg_map.cpp | 97 IsRegAvailable(Register reg, Arch arch) const IsRegAvailable() argument [all...] |
| /arkcompiler/runtime_core/static_core/runtime/bridge/ |
| H A D | bridge.cpp | 56 static inline int64_t GetVRegValue(VRegRef reg) in GetVRegValue() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A D | baseline_assembler.cpp | 96 void BaselineAssembler::Cmp(SpecialRegister reg, Immediate value) in Cmp() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
| H A D | x64_args.h | 28 X64reg reg; member
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| H A D | aarch64_cfi_generator.cpp | 73 AArch64reg reg = *it; in GenerateRegisterSaveDirective() local 100 AArch64reg reg = *it; in GenerateRegisterRestoreDirective() local
|
| H A D | aarch64_abi.cpp | 28 bool IsAvailableReg(AArch64reg reg) in IsAvailableReg() argument 60 bool IsCalleeSavedReg(AArch64reg reg) in IsCalleeSavedReg() argument 86 bool IsSpillReg(AArch64reg reg) in IsSpillReg() argument 112 bool IsExtraSpillReg(AArch64reg reg) in IsExtraSpillReg() argument
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| H A D | reg_acc_alloc.cpp | 183 compiler::Register reg = need ? compiler::INVALID_REG : compiler::ACC_REG_ID; in SetNeedLda() local 184 inst->SetSrcReg(AccReadIndex(inst), reg); in SetNeedLda() local
|
| H A D | reg_encoder.h | 73 compiler::Register reg; member
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| H A D | codegen_test.cpp | 67 Register reg = 1; // 1: It's a random number in HWTEST_F() local 82 Register reg = 1; // 1: It's a random number in HWTEST_F() local [all...] |
| /arkcompiler/ets_runtime/test/moduletest/regexp/ |
| H A D | regexp.js | 44 var reg = /[\x5d-\x7e]/i; variable 342 var reg = /a/ variable
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| H A D | reg_alloc_verifier.h | 172 LocationState &GetReg(Register reg) in GetReg() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| H A D | aot_file_info.cpp | 93 DwarfRegType reg = static_cast<DwarfRegType>(calleeReg2Offset[2 * j]); in StoreCalleeRegInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | machine_code.cpp | 236 kungfu::LLVMStackMapType::DwarfRegType reg = in CalCallSiteInfo() local
|
| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | compiler_inst_test.cpp | 1028 VirtualRegister reg; in HWTEST_F() local
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| H A D | reg_encoder.h | 74 compiler::Register reg; member
|