Home
last modified time | relevance | path

Searched refs:valueLength (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/compiler_service/test/fuzztest/aotcompilerargsprepare_fuzzer/
H A Daotcompilerargsprepare_fuzzer.cpp57 uint8_t valueLength = static_cast<uint8_t>(data[offset]); in DoSomethingInterestingWithMyAPI() local
60 if (offset + valueLength > size) { in DoSomethingInterestingWithMyAPI()
63 std::string value(&data[offset], valueLength); in DoSomethingInterestingWithMyAPI()
64 offset += valueLength; in DoSomethingInterestingWithMyAPI()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtyped_native_inline_lowering.cpp4249 GateRef valueLength = builder_.GetLengthFromString(value); in TargetStringCompareLoop() local
4250 BRANCH_CIR(builder_.Int32Equal(targetLength, valueLength), &slowCompare, &afterLoop); in TargetStringCompareLoop()

Completed in 7 milliseconds