/arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
D | test-import-type.ts | 18 import type b from "./B"; alias 20 import type from "./D"; alias
|
/arkcompiler/ets_runtime/test/moduletest/protobuf/ |
D | longbits.js | 21 LongBits.from = function from(value) { function
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi_helper.h | 75 static inline Local<T> ToLocal(ecmascript::JSHandle<ecmascript::JSTaggedValue> from) in ToLocal() 80 static inline ecmascript::JSTaggedValue ToJSTaggedValue(JSValueRef *from) in ToJSTaggedValue() 86 static inline ecmascript::JSHandle<ecmascript::JSTaggedValue> ToJSHandle(Local<JSValueRef> from) in ToJSHandle() 92 static inline ecmascript::JSHandle<ecmascript::JSTaggedValue> ToJSHandle(JSValueRef *from) in ToJSHandle()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/projects/ts_import_type_project_4/ |
D | test-ts-import-type-exec.ts | 17 import type ns from './test-ts-export-type'; alias
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | genericFunctions3.ts | 25 function from<T>(arg: boolean): Query<T>; // was Error: Overload signature is not compatible with f… function
|
D | infinitelyExpandingTypes5.ts | 29 function from<T>(array: T[]): Query<T>; function
|
D | intersectionTypeInference3.ts | 45 declare function from<T>(): T[]; function
|
D | lambdaParameterWithTupleArgsHasCorrectAssignability.ts | 27 from: GenericFunction<T> | undefined; property in GenericClass
|
D | symbolProperty61.ts | 55 function from<T>(obs: InteropObservable<T>) { function
|
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/projects/ts_import_type_project_3/ |
D | test-ts-import-type-exec.ts | 17 import type I from './test-ts-export-type'; alias
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/preserveValueImports_errorsisolatedmodulesfalse/ |
D | c.fixed.ts | 24 import type DefaultB from "./b"; alias
|
/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases_with_assert/projects/test-export-default-type/ |
D | import-main.ts | 17 import type I from './export' alias
|
/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases_with_assert/projects/test-import-export-type/ |
D | import-main.ts | 17 import type Student from './export'; alias
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
D | pgo_profiler_layout.cpp | 53 void PGOHClassLayoutDesc::Merge(const PGOHClassLayoutDesc &from) in Merge()
|
/arkcompiler/runtime_core/libpandafile/ |
D | bytecode_instruction.h | 139 explicit BytecodeInstBase(const uint8_t *pc, const uint8_t *from, const uint8_t *to) in BytecodeInstBase() 238 …explicit BytecodeInst(const uint8_t *pc, const uint8_t *from, const uint8_t *to) : Base {pc, from,… in BytecodeInst()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_arraybuffer.cpp | 38 auto *from = static_cast<uint8_t *>(fromBuf); in CopyDataPointBytes() local
|
D | js_stable_array.cpp | 116 uint32_t from = start + k; in Splice() local 479 … JSHandle<JSTaggedValue> searchElement, uint32_t from, uint32_t len) in IndexOf()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | state_split_linearizer.cpp | 66 GateRegion* from; member 75 RegionEdge& GetEdge(GateRegion* from, GateRegion* to) in GetEdge()
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | builtins_string_stub_builder.cpp | 124 GateRef BuiltinsStringStubBuilder::FastSubString(GateRef glue, GateRef thisValue, GateRef from, Gat… in FastSubString() 175 GateRef BuiltinsStringStubBuilder::FastSubUtf8String(GateRef glue, GateRef thisValue, GateRef from,… in FastSubUtf8String() 200 GateRef BuiltinsStringStubBuilder::FastSubUtf16String(GateRef glue, GateRef thisValue, GateRef from… in FastSubUtf16String()
|
/arkcompiler/runtime_core/libpandabase/tests/ |
D | mem_range_test.cpp | 137 static void RandomTestInBounds(uintptr_t from, uintptr_t to, uint64_t num_iter = NUM_ITER_PER_TEST) in RandomTestInBounds()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_sharedarraybuffer.cpp | 248 JSTaggedValue from = shaArrBuf->GetArrayBufferData(); in Slice() local
|
D | builtins_array.cpp | 1173 int64_t from = (fromIndex >= 0) ? fromIndex : ((len + fromIndex) >= 0 ? len + fromIndex : 0); in IndexOf() local 1352 int64_t from = 0; in LastIndexOf() local 2352 int64_t from = start + k; in Splice() local 2885 int64_t from = (fromIndex >= 0) ? fromIndex : ((len + fromIndex) >= 0 ? len + fromIndex : 0); in Includes() local 3194 JSMutableHandle<JSTaggedValue> from(thread, JSTaggedValue::Undefined()); in ToSpliced() local 3385 int64_t from = len - k - 1; in ToReversed() local
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
D | heap_snapshot.cpp | 64 Edge *Edge::NewEdge(Chunk *chunk, uint32_t id, EdgeType type, Node *from, Node *to, CString *name) in NewEdge() 996 auto *from = reinterpret_cast<TaggedObject *>(edge->GetFrom()->GetAddress()); in BridgeAllReferences() local 1005 CString *HeapSnapshot::GenerateEdgeName([[maybe_unused]] TaggedObject *from, [[maybe_unused]] Tagge… in GenerateEdgeName()
|
D | heap_snapshot.h | 154 Edge(uint32_t id, EdgeType type, Node *from, Node *to, CString *name) in Edge()
|
/arkcompiler/runtime_core/compiler/optimizer/analysis/ |
D | liveness_analyzer.h | 184 void StartFrom(LifeNumber from) in StartFrom()
|