| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | regmask_test.cpp | 24 void CompareWithBitset(RegMask mask, BitsetType base) in CompareWithBitset() 43 BitsetType base(value); in TestRegMask() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | quick_fix_loader.cpp | 284 … MethodLiteral *base = baseFile->FindMethodLiteral(baseMethod->GetMethodId().GetOffset()); in ReplaceMethod() local 310 … MethodLiteral *base = baseFile->FindMethodLiteral(baseMethod->GetMethodId().GetOffset()); in ReplaceMethod() local 401 MethodLiteral *base = item.second; in UnloadPatch() local 418 MethodLiteral *base = classItem.second; in UnloadPatch() local 489 …der::InsertBaseClassMethodInfo(uint32_t constpoolIndex, uint32_t literalIndex, MethodLiteral *base) in InsertBaseClassMethodInfo() 535 JSTaggedValue base; in CheckIsModuleMismatch() local 568 …ickFixLoader::CheckImportEntriesMismatch(JSThread *thread, JSTaggedValue patch, JSTaggedValue base) in CheckImportEntriesMismatch() 593 …xLoader::CheckLocalExportEntriesMismatch(JSThread *thread, JSTaggedValue patch, JSTaggedValue base) in CheckLocalExportEntriesMismatch() 624 …ader::CheckIndirectExportEntriesMismatch(JSThread *thread, JSTaggedValue patch, JSTaggedValue base) in CheckIndirectExportEntriesMismatch() 655 …ixLoader::CheckStarExportEntriesMismatch(JSThread *thread, JSTaggedValue patch, JSTaggedValue base) in CheckStarExportEntriesMismatch() [all …]
|
| D | class_info_extractor.cpp | 176 …s> ClassInfoExtractor::CreatePrototypeHClass(JSThread *thread, const JSHandle<JSTaggedValue> &base, in CreatePrototypeHClass() 222 … ClassInfoExtractor::CreateConstructorHClass(JSThread *thread, const JSHandle<JSTaggedValue> &base, in CreateConstructorHClass() 289 …ction> ClassHelper::DefineClassFromExtractor(JSThread *thread, const JSHandle<JSTaggedValue> &base, in DefineClassFromExtractor() 375 …unction> ClassHelper::DefineClassWithIHClass(JSThread *thread, const JSHandle<JSTaggedValue> &base, in DefineClassWithIHClass()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | string_helper.cpp | 18 namespace panda::ecmascript::base { namespace
|
| D | block_hook_scope.cpp | 22 namespace panda::ecmascript::base { namespace
|
| D | builtins_base.cpp | 20 namespace panda::ecmascript::base { namespace
|
| D | json_parser.cpp | 18 namespace panda::ecmascript::base { namespace
|
| /arkcompiler/ets_runtime/test/moduletest/memleak/objectcreate/ |
| D | objectcreate.js | 18 var base = { variable
|
| /arkcompiler/runtime_core/verification/cflow/ |
| D | cflow_common.cpp | 24 PandaString OffsetAsHexStr(const void *base, const void *ptr) in OffsetAsHexStr()
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsInterfaceDeclaration.cpp | 75 for (auto *base : type->Bases()) { in CheckInheritedPropertiesAreIdentical() local 115 for (auto *base : resolvedInterface->Bases()) { in Check() local
|
| /arkcompiler/runtime_core/verification/util/ |
| D | str.h | 75 constexpr Offset base = 16U; in OffsetToHexStr() local
|
| /arkcompiler/runtime_core/runtime/core/ |
| D | core_itable_builder.h | 25 void Build([[maybe_unused]] ClassLinker *class_linker, [[maybe_unused]] Class *base, in Build()
|
| /arkcompiler/runtime_core/irtoc/backend/compiler/ |
| D | codegen_boundary.cpp | 62 Reg base = GetTarget().GetFrameReg(); in GeneratePrologue() local 168 Reg base = GetTarget().GetFrameReg(); in RemoveBoundaryFrame() local
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | itable_builder.h | 49 void Build([[maybe_unused]] ClassLinker *class_linker, [[maybe_unused]] Class *base, in Build()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | operands.h | 700 explicit MemRef(Reg base) : MemRef(base, 0) {} in MemRef() 701 MemRef(Reg base, ssize_t disp) : MemRef(base, INVALID_REGISTER, 0, disp) {} in MemRef() 702 MemRef(Reg base, Reg index, uint16_t scale) : MemRef(base, index, scale, 0) {} in MemRef() 703 …MemRef(Reg base, Reg index, uint16_t scale, ssize_t disp) : disp_(disp), scale_(scale), base_(base… in MemRef() 893 …explicit Shift(Reg base, ShiftType type, uint32_t scale) : scale_(scale), base_(base), type_(type)… in Shift() 894 explicit Shift(Reg base, uint32_t scale) : Shift(base, ShiftType::LSL, scale) {} in Shift()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | assembler_aarch64.h | 228 : base_(base), offsetReg_(offset), offsetImm_(0), addrmod_(AddrMode::OFFSET), in base_() argument 233 : base_(base), offsetReg_(offset), offsetImm_(0), addrmod_(AddrMode::OFFSET), in base_() argument 238 : base_(base), offsetReg_(RegisterId::INVALID_REG), offsetImm_(offset), addrmod_(addrmod), in base_() argument
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | string_helpers.h | 84 int base = (str[0] == '0' && (str[1] == 'x' || str[1] == 'X')) ? BASE16 : BASE10; variable
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | alias_analysis.h | 59 Pointer(PointerType type, const Inst *base, const Inst *idx, uint64_t imm, const void *type_ptr) in Pointer() 65 static Pointer CreateObject(const Inst *base) in CreateObject()
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | interfaceType.h | 33 void AddBase(ObjectType *base) in AddBase()
|
| /arkcompiler/runtime_core/irtoc/lang/ |
| D | irtoc.rb | 103 def uniq_filename(base) argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
| D | assembler_x64.h | 272 static uint8_t GetSIB(Scale scale, Register index, Register base) in GetSIB() 278 static uint8_t GetSIBRex(Register index, Register base) in GetSIBRex()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | target.h | 228 bool base = mem.HasBase() && (mem.GetBase().GetId() != vixl::aarch64::xzr.GetCode()); in ConvertMem() local 748 void SaveRegisters(RegMask registers, bool is_fp, ssize_t slot, Reg base, RegMask mask) override in SaveRegisters() 752 void LoadRegisters(RegMask registers, bool is_fp, ssize_t slot, Reg base, RegMask mask) override in LoadRegisters()
|
| /arkcompiler/runtime_core/runtime/ |
| D | class_initializer.cpp | 113 static bool isBadSuperClass(const Class *base, ManagedThread *thread, const Class *klass) in isBadSuperClass() 222 auto *base = klass->GetBase(); in InitializeClass() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | verification.cpp | 82 [[maybe_unused]] uintptr_t baseOldObject) { in VerifyRoot()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/amd64/ |
| D | target.h | 325 bool base = mem.HasBase(); in ArchMem() local 895 void SaveRegisters(RegMask registers, bool is_fp, ssize_t slot, Reg base, RegMask mask) override in SaveRegisters() 899 void LoadRegisters(RegMask registers, bool is_fp, ssize_t slot, Reg base, RegMask mask) override in LoadRegisters()
|