/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/ets_proxy/ |
D | check_inheritance.js | 23 let base = new FooBase(); variable 58 let base = new FooBase(); variable
|
/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/runtime_core/static_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/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_helper.cpp | 22 namespace panda::ecmascript::base { namespace
|
D | path_helper.cpp | 17 namespace panda::ecmascript::base { namespace
|
/arkcompiler/ets_runtime/test/moduletest/memleakobjectcreate/ |
D | memleakobjectcreate.js | 18 var base = { variable
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | lcr_circuit_builder.cpp | 97 void CircuitBuilder::StoreWithNoBarrier(VariableType type, GateRef base, GateRef offset, GateRef va… in StoreWithNoBarrier() 110 void CircuitBuilder::Store(VariableType type, GateRef glue, GateRef base, GateRef offset, GateRef v… in Store() 131 GateRef CircuitBuilder::Load(VariableType type, GateRef base, GateRef offset, MemoryOrder order) in Load() 143 GateRef CircuitBuilder::Load(VariableType type, GateRef base, GateRef offset, GateRef depend, in Load()
|
D | interpreter_stub.h | 192 #define DECLARE_HANDLE_PROFILE_STUB_CLASS(name, base, ...) \ argument 206 #define DECLARE_HANDLE_JIT_PROFILE_STUB_CLASS(name, base, ...) \ argument
|
/arkcompiler/ets_frontend/ets2panda/util/ |
D | arktsconfig.cpp | 79 static std::string MakeAbsolute(const std::string &path, const std::string &base) in MakeAbsolute() 86 ArkTsConfig::Pattern::Pattern(std::string value, std::string base) : value_(std::move(value)), base… in Pattern() 137 static std::string ResolveConfigLocation(const std::string &relPath, const std::string &base) in ResolveConfigLocation() 200 auto base = ArkTsConfig(basePath); in Parse() local 301 void ArkTsConfig::Inherit(const ArkTsConfig &base) in Inherit() 398 static fs::path Relative(const fs::path &src, const fs::path &base) in Relative()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/classes/ |
D | test-ts-classes-24.ts | 35 let base = new Base(); variable
|
/arkcompiler/runtime_core/static_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/static_core/runtime/core/ |
D | core_itable_builder.h | 25 void Build([[maybe_unused]] ClassLinker *classLinker, [[maybe_unused]] Class *base, in Build()
|
/arkcompiler/runtime_core/static_core/runtime/include/ |
D | itable_builder.h | 49 void Build([[maybe_unused]] ClassLinker *classLinker, [[maybe_unused]] Class *base, in Build()
|
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
D | mem_hooks.h | 56 AddrRange(uintptr_t base, size_t size) : base_(base), size_(size) {} in AddrRange()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
D | operands.h | 632 explicit MemRef(Reg base) : MemRef(base, 0) {} in MemRef() 633 MemRef(Reg base, ssize_t disp) : MemRef(base, INVALID_REGISTER, 0, disp) {} in MemRef() 634 MemRef(Reg base, Reg index, uint16_t scale) : MemRef(base, index, scale, 0) {} in MemRef() 635 …MemRef(Reg base, Reg index, uint16_t scale, ssize_t disp) : disp_(disp), scale_(scale), base_(base… in MemRef() 820 …explicit Shift(Reg base, ShiftType type, uint32_t scale) : scale_(scale), base_(base), type_(type)… in Shift() 821 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 | 229 : base_(base), offsetReg_(offset), offsetImm_(0), addrmod_(AddrMode::OFFSET), in base_() argument 234 : base_(base), offsetReg_(offset), offsetImm_(0), addrmod_(AddrMode::OFFSET), in base_() argument 239 : base_(base), offsetReg_(RegisterId::INVALID_REG), offsetImm_(offset), addrmod_(addrmod), in base_() argument
|
/arkcompiler/runtime_core/static_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/libpandabase/utils/ |
D | string_helpers.h | 84 int base = (str[0] == '0' && (str[1] == 'x' || str[1] == 'X')) ? BASE16 : BASE10; variable
|
/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/ |
D | codegen_boundary.cpp | 72 Reg base = GetTarget().GetFrameReg(); in GeneratePrologue() local 176 Reg base = GetTarget().GetFrameReg(); in RemoveBoundaryFrame() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
D | aarch64_reaching.cpp | 411 RegOperand *base = memOpnd.GetBaseRegister(); in FindMemDefBetweenInsn() local 468 RegOperand *base = memOpnd.GetBaseRegister(); in FindMemDefInBB() local 814 RegOperand *base = memOpnd.GetBaseRegister(); in FindRegUsingBetweenInsn() local 898 RegOperand *base = memOpnd.GetBaseRegister(); in FindRegUseBetweenInsn() local 961 RegOperand *base = memOpnd.GetBaseRegister(); in FindMemUseBetweenInsn() local 1009 RegOperand *base = memOpnd.GetBaseRegister(); in FindDefForMemOpnd() local 1059 RegOperand *base = memOpnd.GetBaseRegister(); in FindUseForMemOpnd() local 1172 RegOperand *base = memOpnd.GetBaseRegister(); in InitInfoForMemOperand() local
|
D | aarch64_strldr.cpp | 474 MemOperand *AArch64StoreLoadOpt::SelectReplaceExt(const Insn &defInsn, RegOperand &base, bool isSig… in SelectReplaceExt() 566 MemOperand *AArch64StoreLoadOpt::SelectReplaceMem(Insn &defInsn, Insn &curInsn, RegOperand &base, O… in SelectReplaceMem() 696 bool AArch64StoreLoadOpt::ReplaceMemOpnd(Insn &insn, regno_t regNo, RegOperand &base, Operand *offs… in ReplaceMemOpnd() 892 RegOperand *base = currMemOpnd->GetBaseRegister(); in MemProp() local 1035 RegOperand *base = memOpnd.GetBaseRegister(); in ProcessStrPair() local 1072 RegOperand *base = memOpnd.GetBaseRegister(); in ProcessStr() local
|