| /ark/runtime_core/libpandabase/serializer/ |
| D | tuple_to_struct.h | 33 auto sequence = std::make_index_sequence<std::tuple_size_v<T>> {}; in TupleToStruct() 35 return TupleToStructImpl<Struct>(sequence, std::forward<Tuple>(tup)); in TupleToStruct()
|
| D | for_each_tuple.h | 33 auto sequence = std::make_index_sequence<std::tuple_size_v<T>> {}; in ForEachTuple() 35 ForEachTupleImpl(std::forward<Tuple>(tuple), std::forward<F>(f), sequence); in ForEachTuple()
|
| /ark/js_runtime/ecmascript/ |
| D | js_locale.h | 379 …icu::StringEnumeration *sequence = T::getKeywordValuesForLocale(key, icu::Locale(locale.getBaseNam… in IsWellExtension() local 382 delete sequence; in IsWellExtension() local 383 sequence = NULL; in IsWellExtension() 387 const char *element = sequence->next(&size, status); in IsWellExtension() 390 delete sequence; in IsWellExtension() local 391 sequence = NULL; in IsWellExtension() 394 element = sequence->next(&size, status); in IsWellExtension() 396 delete sequence; in IsWellExtension() local 397 sequence = NULL; in IsWellExtension()
|
| D | js_thread.h | 365 // The sequence must be the same as that of the GLUE members.
|
| /ark/runtime_core/docs/ |
| D | assembly_format.md | 32 String literal is a sequence of any characters enclosed in `"` characters. Non-printable characters… 48 A simple identifier is a sequence of ASCII characters. Allowed characters in the sequence are: 64 A prefixed identifier is a sequence of simple identifiers delimited by the `.` char without whitesp… 270 If a function has a body, it consists of optionally labeled sequence of bytecode instructions, one … 411 func_code := <newline-separated sequence of bytecode instructions and their operands>
|
| D | runtime-compiled_code-interaction.md | 313 Consider the following call sequence:
|
| /ark/runtime_core/libpandabase/ |
| D | README.md | 95 Tail argument is a sequence of positinal arguments values. Function ```PushBackTail()``` adds an ar… 114 …, first argument without double dash prefix concidered as a begin of positional arguments sequence.
|
| /ark/ts2abc/ts2panda/tests/ |
| D | regAllocator.test.ts | 134 it("VReg sequence of CalliDynRange is not continuous", function () { 157 it("VReg sequence of DynRange is not continuous", function () {
|
| /ark/runtime_core/tests/cts-generator/cts-template/ |
| D | lda.str.yaml | 76 # unknown escape sequence 88 # invalid mutf8 sequence
|
| D | call.virt.short.negative.yaml | 45 … Result (if any) is returned in accumulator (see 'Calling sequence' chapter for more details).
|
| D | call.virt.range.yaml | 64 … Result (if any) is returned in accumulator (see 'Calling sequence' chapter for more details).
|
| D | call.virt.short.yaml | 78 … Result (if any) is returned in accumulator (see 'Calling sequence' chapter for more details).
|
| D | call.virt.range_base.yaml | 52 … Result (if any) is returned in accumulator (see 'Calling sequence' chapter for more details).
|
| D | call.virt.negative.yaml | 46 … Result (if any) is returned in accumulator (see 'Calling sequence' chapter for more details).
|
| D | call.virt.yaml | 52 … Result (if any) is returned in accumulator (see 'Calling sequence' chapter for more details).
|
| D | call.virt.range.negative.yaml | 46 … Result (if any) is returned in accumulator (see 'Calling sequence' chapter for more details).
|
| /ark/runtime_core/libpandabase/utils/ |
| D | utf.cpp | 54 * Convert mutf8 sequence to utf16 pair and return pair: [utf16 code point, mutf8 size]. 55 * In case of invalid sequence return first byte of it.
|
| /ark/runtime_core/disassembler/tests/ |
| D | labels_test.cpp | 83 << "label sequence is broken"; in TEST()
|
| /ark/js_runtime/ecmascript/builtins/ |
| D | builtins_locale.cpp | 318 …unicode_language_id production of locale does not contain the ["-" unicode_script_subtag] sequence, in GetScript() 347 …unicode_language_id production of locale does not contain the ["-" unicode_region_subtag] sequence, in GetRegion()
|
| /ark/ts2abc/ts2panda/src/ |
| D | syntaxCheckHelper.ts | 56 // Like \\1, should not be treated as an octal escape sequence
|
| D | regAllocator.ts | 195 … throw Error("Warning: VReg sequence of DynRange is not continuous. Please adjust it now.");
|
| /ark/js_runtime/ecmascript/base/ |
| D | utf_helper.cpp | 104 // Bad sequence in ConvertUtf16ToUtf8()
|
| /ark/runtime_core/isa/ |
| D | isa.yaml | 42 - name: Calling sequence 2859 Result (if any) is returned in accumulator (see 'Calling sequence' chapter for more details). 2910 Result (if any) is returned in accumulator (see 'Calling sequence' chapter for more details). 2961 Result (if any) is returned in accumulator (see 'Calling sequence' chapter for more details). 3015 Result (if any) is returned in accumulator (see 'Calling sequence' chapter for more details).
|
| /ark/runtime_core/runtime/tests/ |
| D | method_test.cpp | 71 // we only care about the sequence of line numbers. in VerifyLineNumber()
|
| /ark/runtime_core/assembler/ |
| D | assembly-parser.cpp | 1026 return Unexpected(GetError("Invalid hexadecimal escape sequence", in ParseHexEscapeSequence() 1077 …GetError("Unknown escape sequence", Error::ErrorType::ERR_BAD_STRING_UNKNOWN_ESCAPE_SEQUENCE, idx … in ParseEscapeSequence()
|