Home
last modified time | relevance | path

Searched defs:tmpResult (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/common_components/heap/collector/
Dfinalizer_processor.cpp151 int tmpResult = ::pthread_join(thread, nullptr); in WaitStop() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_third_test.cpp214 CString *tmpResult = nullptr; in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/dynamic/test/
Dpt_returns_test.cpp78 std::unique_ptr<SearchMatch> tmpResult = std::make_unique<SearchMatch>(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_date_time_format.cpp1201 int tmpResult = count(pattern.begin(), pattern.end(), 'S'); in ResolvedOptions() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp363 … GateRef tmpResult = ExtFloat32ToDouble(CastInt32ToFloat32(LoadPrimitive(VariableType::INT32(), in GetValueFromBuffer() local
384 … GateRef tmpResult = CastInt64ToFloat64(LoadPrimitive(VariableType::INT64(), block, byteIndex)); in GetValueFromBuffer() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp1770 GateRef tmpResult = isFloat32 ? ExtFloat32ToDouble(value) : value; in FloatArrayElementConvert() local
Dstub_builder.cpp8272 … GateRef tmpResult = Int64Xor(flagBit, CastDoubleToInt64(Double(base::POSITIVE_INFINITY))); in FastDiv() local