Home
last modified time | relevance | path

Searched defs:sourceStart (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/lsp/src/register_code_fix/
Dui_plugin_suggest.cpp40 auto sourceStart = suggestion->SourceRange()->start.index; in GetTextChangesFromSuggestions() local
/arkcompiler/ets_runtime/test/fuzztest/containersfastbuffercopy_fuzzer/
Dcontainersfastbuffercopy_fuzzer.cpp102 int32_t sourceStart = fdp.ConsumeIntegral<int32_t>(); in ContainersFastBufferIndexOfFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containersfastbuffercompare_fuzzer/
Dcontainersfastbuffercompare_fuzzer.cpp102 int32_t sourceStart = fdp.ConsumeIntegral<int32_t>(); in ContainersFastBufferCompareFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_buffer.cpp216 auto sourceStart = GetCallArg(argv, 3); // 3 means the fourth arg in Compare() local
587 auto sourceStart = GetCallArg(argv, 2); // 2 means the third arg in Copy() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder_next_optimization.cpp2028 GateRef sourceStart = GetDataPtrInTaggedArray(elements, *start); in SliceOptimised() local