| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | common_stubs.h | 37 #define DECLARE_STW_COPY_STUB_CLASS(name, base) \ argument 47 #define DECLARE_STW_COPY_STUB_CLASS_SECOND(base) \ argument
|
| D | interpreter_stub.h | 250 #define DECLARE_HANDLE_PROFILE_STUB_CLASS(name, base, ...) \ argument 264 #define DECLARE_HANDLE_JIT_PROFILE_STUB_CLASS(name, base, ...) \ argument 278 #define DECLARE_HANDLE_STW_COPY_STUB_CLASS_SECOND(base) \ argument 280 #define DECLARE_HANDLE_STW_COPY_STUB_CLASS(name, base) \ argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/ets_proxy/ |
| D | check_inheritance.js | 28 let base = new FooBase(); variable 60 let base = new FooBase(); variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_stubs.h | 122 #define DECLARE_BUILTINS_STW_COPY_STUB_CLASS(name, base) … argument 132 #define DECLARE_BUILTINS_STW_COPY_STUB_CLASS_SECOND(base) … argument 135 #define DECLARE_BUILTINS_STW_COPY_STUB_CLASS_DYN(name, base, type) … argument 145 #define DECLARE_BUILTINS_STW_COPY_STUB_CLASS_DYN_SECOND(base, type, ...) … argument
|
| /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/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | operands.h | 346 explicit MemRef(Reg base) : MemRef(base, 0) {} in MemRef() 347 MemRef(Reg base, ssize_t disp) : MemRef(base, INVALID_REGISTER, 0, disp) {} in MemRef() 348 MemRef(Reg base, Reg index, uint16_t scale) : MemRef(base, index, scale, 0) {} in MemRef() 349 …MemRef(Reg base, Reg index, uint16_t scale, ssize_t disp) : disp_(disp), scale_(scale), base_(base… in MemRef() 421 …explicit Shift(Reg base, ShiftType type, uint32_t scale) : scale_(scale), base_(base), type_(type)… in Shift() 422 explicit Shift(Reg base, uint32_t scale) : Shift(base, ShiftType::LSL, scale) {} in Shift()
|
| /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 | bit_helper.cpp | 20 namespace panda::ecmascript::base { namespace
|
| D | builtins_base.cpp | 19 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/runtime_core/static_core/plugins/ets/tests/interop_js/tests/invalid_op_esvalue/ts_to_ets/ |
| D | test_invalid_op_esvalue.ts | 23 export let base = new Base(); variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/ |
| D | IntlLocale.h | 25 std::string base; member
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | alias_analysis.h | 62 static PointerWithInfo &FromPair(Base &base) in FromPair() 67 static const PointerWithInfo &FromPair(const Base &base) in FromPair() 193 void AddPseudoCopyEdge(const Pointer &base, const Pointer &field) override in AddPseudoCopyEdge()
|
| D | alias_visitor.h | 125 Pointer(PointerType type, const Inst *base, const Inst *idx, uint64_t imm, const void *typePtr) in Pointer() 129 Pointer(const Inst *base, const PointerOffset &offset) : PointerOffset(offset), base_(base) {} in Pointer() 136 static Pointer CreateObject(const Inst *base) in CreateObject()
|
| /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 | 71 for (auto *base : type->Bases()) { in CheckInheritedPropertiesAreIdentical() local 112 for (auto *base : resolvedInterface->Bases()) { in Check() local
|
| /arkcompiler/runtime_core/taihe/test/ani_iface/author/src/ |
| D | iface_test.impl.cpp | 84 string base = "base"; member in __anonb05c13f60111::BaseElemImpl 100 string base = "SubBaseElem"; member in __anonb05c13f60111::SubBaseElemImpl
|
| /arkcompiler/runtime_core/static_core/plugins/ets/playground/backend/ |
| D | tox.ini | 1 [base] section 23 pytest --junitxml=report.xml --cov={[base]project_module_dir} --cov-report=term-missing ./tests argument
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | arktsconfig.cpp | 93 static std::string MakeAbsolute(const std::string &path, const std::string &base) in MakeAbsolute() 100 ArkTsConfig::Pattern::Pattern(std::string value, std::string base) : value_(std::move(value)), base… in Pattern() 152 static std::string ResolveConfigLocation(const std::string &relPath, const std::string &base) in ResolveConfigLocation() 179 auto base = ArkTsConfig(basePath, diagnosticEngine_); in ParseExtends() local 445 const auto &base = ParseExtends(configPath_, *extends, arktsConfigDir, parsedConfigPath); in Parse() local 479 void ArkTsConfig::Inherit(const ArkTsConfig &base) in Inherit() 610 static fs::path Relative(const fs::path &src, const fs::path &base) in Relative()
|
| /arkcompiler/runtime_core/static_core/runtime/core/ |
| D | core_itable_builder.h | 25 bool Build([[maybe_unused]] ClassLinker *classLinker, [[maybe_unused]] Class *base, in Build()
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | itable_builder.h | 50 bool Build([[maybe_unused]] ClassLinker *classLinker, [[maybe_unused]] Class *base, in Build()
|