Home
last modified time | relevance | path

Searched defs:X (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/test/aottest/shared_module/
Dshared_module.ts19 class X { class
/arkcompiler/ets_frontend/ets2panda/linter/test/main/
Dstructural_identity_library_constructor_export.d.ts24 export class X { class
/arkcompiler/runtime_core/libpandabase/utils/
Dmath_helpers.h34 constexpr uint32_t GetIntLog2(const uint32_t X) in GetIntLog2()
45 constexpr uint64_t GetIntLog2(const uint64_t X) in GetIntLog2()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_targetinfo.cpp30 RegisterTarget X(getTheAArch64Target(), "aarch64"); in MAPLEInitializeAArch64TargetInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_targetinfo.cpp30 RegisterTarget X(getTheX64Target(), "x86"); in MAPLEInitializeX64TargetInfo() local
/arkcompiler/ets_frontend/arkguard/test/grammar/constructor_property/constructor_prop_prop/
Dconstructor_var_property.ts18 class X { class
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefintegervalue_fuzzer/
Djsvaluerefintegervalue_fuzzer.cpp25 #define UNUSED(X) (void)(X) argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dintrinsics.cpp23 #define DEF_MIR_INTRINSIC(X, NAME, RETURN_TYPE, ...) \ argument
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest_generic.ts57 class X extends Q<number> implements S<<R>(a:number, b:string) => [number]>, A { class
/arkcompiler/ets_frontend/ets2panda/test/parser/ts/
Dtest_generic.ts57 class X extends Q<number> implements S<<R>(a:number, b:string) => [number]>, A { class
/arkcompiler/ets_runtime/ecmascript/base/
Dmath_helper.h30 static constexpr uint32_t GetIntLog2(const uint32_t X) in GetIntLog2()
35 static constexpr uint64_t GetIntLog2(const uint64_t X) in GetIntLog2()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.h32 Register X() const in X() function
Dassembler_aarch64_constants.h31 X = 1, enumerator
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp148 #define UNUSED(X) (void)(X) argument
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js92905 function X(t) { class