Home
last modified time | relevance | path

Searched defs:actual (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/objectcloneproperties/
H A Dobjectcloneproperties.js36 var actual = arr.flatMap(fn); variable
/arkcompiler/runtime_core/libpandabase/tests/
H A Dbit_memory_region_test.cpp27 uint8_t actual = data[i / BITS_PER_BYTE] >> (i % BITS_PER_BYTE); in CompareData() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dbit_memory_region_test.cpp28 uint8_t actual = data[i / BITS_PER_BYTE] >> (i % BITS_PER_BYTE); in CompareData() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dg1_analytics.cpp141 static void DumpMetric(const char *msg, T actual, T prediction) in DumpMetric() argument
148 static void DumpPauseMetric(const char *msg, uint64_t actual, uint64_t prediction, uint64_t totalPause) in DumpPauseMetric() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dgate.cpp40 OpCode actual = GetInGateConst(idx)->GetOpCode(); in CheckInputOpcode() local
49 MachineType actual = GetInGateConst(idx)->GetMachineType(); in CheckInputMachineType() local
67 MachineType actual = GetInGateConst(idx)->GetMachineType(); CheckNotInputMachineType() local
77 OpCode actual = gatePtr->GetOpCode(); CheckGeneralState() local
87 OpCode actual = gatePtr->GetOpCode(); CheckState() local
[all...]

Completed in 4 milliseconds