Home
last modified time | relevance | path

Searched defs:base (Results 1 – 25 of 72) sorted by relevance

123

/arkcompiler/runtime_core/libpandabase/tests/
Dregmask_test.cpp24 void CompareWithBitset(RegMask mask, BitsetType base) in CompareWithBitset()
43 BitsetType base(value); in TestRegMask() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dquick_fix_loader.cpp284 … 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 …]
Dclass_info_extractor.cpp176 …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/
Dstring_helper.cpp18 namespace panda::ecmascript::base { namespace
Dblock_hook_scope.cpp22 namespace panda::ecmascript::base { namespace
Dbuiltins_base.cpp20 namespace panda::ecmascript::base { namespace
Djson_parser.cpp18 namespace panda::ecmascript::base { namespace
/arkcompiler/ets_runtime/test/moduletest/memleak/objectcreate/
Dobjectcreate.js18 var base = { variable
/arkcompiler/runtime_core/verification/cflow/
Dcflow_common.cpp24 PandaString OffsetAsHexStr(const void *base, const void *ptr) in OffsetAsHexStr()
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsInterfaceDeclaration.cpp75 for (auto *base : type->Bases()) { in CheckInheritedPropertiesAreIdentical() local
115 for (auto *base : resolvedInterface->Bases()) { in Check() local
/arkcompiler/runtime_core/verification/util/
Dstr.h75 constexpr Offset base = 16U; in OffsetToHexStr() local
/arkcompiler/runtime_core/runtime/core/
Dcore_itable_builder.h25 void Build([[maybe_unused]] ClassLinker *class_linker, [[maybe_unused]] Class *base, in Build()
/arkcompiler/runtime_core/irtoc/backend/compiler/
Dcodegen_boundary.cpp62 Reg base = GetTarget().GetFrameReg(); in GeneratePrologue() local
168 Reg base = GetTarget().GetFrameReg(); in RemoveBoundaryFrame() local
/arkcompiler/runtime_core/runtime/include/
Ditable_builder.h49 void Build([[maybe_unused]] ClassLinker *class_linker, [[maybe_unused]] Class *base, in Build()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Doperands.h700 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/
Dassembler_aarch64.h228 : 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/
Dstring_helpers.h84 int base = (str[0] == '0' && (str[1] == 'x' || str[1] == 'X')) ? BASE16 : BASE10; variable
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dalias_analysis.h59 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/
DinterfaceType.h33 void AddBase(ObjectType *base) in AddBase()
/arkcompiler/runtime_core/irtoc/lang/
Dirtoc.rb103 def uniq_filename(base) argument
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.h272 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/
Dtarget.h228 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/
Dclass_initializer.cpp113 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/
Dverification.cpp82 [[maybe_unused]] uintptr_t baseOldObject) { in VerifyRoot()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/amd64/
Dtarget.h325 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()

123