Searched refs:First (Results 1 – 18 of 18) sorted by relevance
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | genericCapturingFunctionNarrowing.ts | 21 …ype<First extends { foo: string }, Second extends { bar: string }, SubFirst extends First, SubFirs… 40 function hasAFoo(value: First | Second): value is First {
|
D | typeofObjectInference.ts | 74 type First = {value: typeof val} alias 75 function decorateD<O extends any>(fn: (first: First) => O) {
|
D | deferredLookupTypeResolution.ts | 30 type First<T> = ObjectHasKey<T, '0'>; // Should be deferred alias
|
/arkcompiler/runtime_core/libpandabase/tests/ |
D | expected_test.cpp | 24 enum class ErrorCode { First, Second }; enumerator 30 return Unexpected {ErrorCode::First}; in helper() 69 auto e2 = Expected<int, ErrorCode>(Unexpected(ErrorCode::First)); in TEST() 73 EXPECT_EQ(e2.Error(), ErrorCode::First); in TEST() 82 const auto e1 = Expected<int, ErrorCode>(Unexpected(ErrorCode::First)); in TEST() 83 EXPECT_EQ(e1.Error(), ErrorCode::First); in TEST() 99 t = Unexpected(ErrorCode::First); in TEST() 101 EXPECT_EQ(t.Error(), ErrorCode::First); in TEST() 112 EXPECT_EQ(res1.Error(), ErrorCode::First); in TEST()
|
D | span_test.cpp | 70 auto f = s.First(2); in TEST()
|
/arkcompiler/runtime_core/libpandafile/ |
D | debug_data_accessor-inl.h | 53 return sp.First(size); in GetConstantPool()
|
/arkcompiler/ets_runtime/docs/ |
D | environment-setup-and-compilation.md | 11 1. First compilation:
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
D | js_api_deque.h | 77 ACCESSORS_PRIMITIVE_FIELD(First, uint32_t, FIRST_OFFSET, LAST_OFFSET)
|
/arkcompiler/runtime_core/bytecode_optimizer/ |
D | optimize_bytecode.cpp | 54 template <typename First, typename Second, typename... Rest> 57 RunOpts<First>(graph); in RunOpts()
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | span.h | 166 Span First(size_t length) const in First() function
|
/arkcompiler/runtime_core/docs/ |
D | on-stack-replacement.md | 47 Both, OSR and regular compilation use the same hotness counter. First time, when counter is overflo…
|
D | code_metainfo.md | 44 First row is a BitTable's header, that describe rows count and columns width.
|
D | aot.md | 88 . . . ; First funcion header |
|
D | ir_format.md | 269 - First case is used in instructions with fixed number of inputs. Storage is allocated right before…
|
/arkcompiler/runtime_core/compiler/docs/ |
D | cleanup_doc.md | 25 First case is loop pre-header, which may legally be an empty basic block.
|
D | plt.md | 212 First, `arm64` non-`CallStatic` Resolvers need to manually restore `x16` from the place it was save…
|
/arkcompiler/runtime_core/disassembler/tests/ |
D | instructions_test.cpp.in | 326 size_t code_end = body_g.find("\n\n"); // First gap in function body is code section end
|
/arkcompiler/ets_runtime/ecmascript/ |
D | ecma_string.h | 675 ACCESSORS(First, FIRST_OFFSET, SECOND_OFFSET);
|