Home
last modified time | relevance | path

Searched defs:ret (Results 276 - 300 of 385) sorted by relevance

1...<<111213141516

/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dheap_manager.cpp42 bool ret = false; in Initialize() local
H A Dregion_space.cpp336 auto *ret = new (region) Region(space, ToUintPtr(region) + Region::HeadSize(), ToUintPtr(region) + regionSize); in NewRegion() local
/arkcompiler/runtime_core/static_core/runtime/
H A Dmonitor.cpp148 bool ret = objHandle.GetPtr()->AtomicSetMark(mark, newMark); in HandleLightLockedState() local
215 auto ret = objHandle.GetPtr()->AtomicSetMark(mark, newMark); in HandleUnlockedState() local
262 bool ret = monitor->Acquire(thread, objHandle, trylock); in MonitorEnter() local
309 bool ret = false; in MonitorExit() local
436 [[maybe_unused]] bool ret = monitor->Acquire(thread, objHandle, false); Wait() local
736 bool ret = false; Acquire() local
809 bool ret = false; Acquire() local
947 int ret = snprintf_s(buf.data(), BUF_SIZE, BUF_SIZE - 1, Acquire() local
[all...]
/arkcompiler/runtime_core/static_core/verification/verifier/
H A Dverifier.cpp345 int ret = RunVerifier(cliOptions) ? 0 : -1; in RunThreads() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stub_builder.h280 GateRef ret = Int64Or(Int64LSL(ZExtInt32ToInt64(startIdx), Int64(32)), ZExtInt32ToInt64(*numArgs)); in GetStartIdxAndNumArgs() local
H A Dbaseline_stubs-inl.h307 GateRef ret = Int64Or(Int64LSL(ZExtInt32ToInt64(startIdx), Int64(32)), ZExtInt32ToInt64(*numArgs)); in GetStartIdxAndNumArgs() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_number_stub_builder.cpp482 auto ret = *result; in NumberToString() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbuiltins_lowering.cpp66 auto ret = TypedFloor(gate); in LowerTypedFloor() local
105 auto ret = *result; in TypedLocaleCompare() local
151 auto ret = *result; in TypedFloor() local
H A Dlcr_circuit_builder.h170 GateRef ret = *result; in GetInt32OfTNumber() local
H A Doperations_stub_builder.cpp56 auto ret = *result; in Equal() local
98 auto ret = *result; in NotEqual() local
125 auto ret = *result; in StrictEqual() local
152 auto ret = *result; in StrictNotEqual() local
259 auto ret = *result; in Less() local
366 auto ret = *result; LessEq() local
472 auto ret = *result; Greater() local
579 auto ret = *result; GreaterEq() local
600 auto ret = *result; Add() local
621 auto ret = *result; Sub() local
642 auto ret = *result; Mul() local
663 auto ret = *result; Div() local
684 auto ret = *result; Mod() local
774 auto ret = *result; Shl() local
879 auto ret = *result; Shr() local
969 auto ret = *result; Ashr() local
1058 auto ret = *result; And() local
1147 auto ret = *result; Or() local
1236 auto ret = *result; Xor() local
1284 auto ret = *result; Inc() local
1333 auto ret = *result; Dec() local
1401 auto ret = *result; Neg() local
1445 auto ret = *result; Not() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dmpl_int_val.h377 IntVal ret = TruncOrExtend(pType); in LShr() local
399 IntVal ret = TruncOrExtend(pType); in AShr() local
[all...]
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSchecker.cpp329 auto *ret = (GetGlobalTypesHolder()->*typeFunctor)(args...); variable
410 auto *ret = (GetGlobalTypesHolder()->*&GlobalTypesHolder::GlobalETSNullishType)(); in GlobalETSNullishType() local
416 auto *ret = (GetGlobalTypesHolder()->*&GlobalTypesHolder::GlobalETSNullishObjectType)(); in GlobalETSNullishObjectType() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.h221 auto ret = program_.Allocator()->New<T>(std::forward<Args>(args)...); in AllocNode() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
H A Dtransformer.h271 auto ret = program_->Allocator()->New<T>(std::forward<Args>(args)...); in AllocNode() local
/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_vector.cpp261 bool ret = JSHandle<JSAPIVector>::Cast(self)->IsEmpty(); in IsEmpty() local
353 bool ret = JSAPIVector::Remove(thread, JSHandle<JSAPIVector>::Cast(self), element); in Remove() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/tests/
H A Djs_stackinfo_test.cpp76 bool ret = ArkFrameCheck(i); in HWTEST_F_L0() local
95 bool ret = IsJsFunctionFrame(i); in HWTEST_F_L0() local
116 bool ret = IsFastJitFunctionFrame(i); in HWTEST_F_L0() local
135 bool ret in HWTEST_F_L0() local
167 bool ret = IsAotFunctionFrame(i); HWTEST_F_L0() local
258 auto ret = JSStackTrace::TranslateByteCodePc(realPc, vec); HWTEST_F_L0() local
353 auto ret = ark_create_js_symbol_extractor(&extractorptr1); HWTEST_F_L0() local
422 auto ret = ark_destory_local(); // Direct destruct without creating Pointers HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dsparse_space.cpp183 bool ret = TryFillSweptRegion(); in FinishFillSweptRegion() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_info.h404 auto ret = methodMap_.emplace(checksum, methodId); in GetOrCreateMethodInfo() local
417 auto ret = methodMap_.emplace(checksum, method.second.GetMethodId()); in Merge() local
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_operator.cpp886 bool ret = JSObject::AddElementInternal(thread_, receiver, elementIndex_, value, attr); in AddProperty() local
/arkcompiler/runtime_core/libpandafile/
H A Dfile_item_container.h98 auto ret = ptr.get(); in CreateItem() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Dts2ets_copy.cpp572 EtsToJsRetConvertor(ark::Method *method, napi_env env, ark::Value ret) : EtsMethodVisitor(method), env_(env) in EtsToJsRetConvertor() argument
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
H A Dencoder64_test_1.cpp713 bool ret = (retData[0] == tmp && std::signbit(retData[0]) == std::signbit(tmp)) || in TestStrzMainLoop() local
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dinst_generator.cpp524 auto ret = graph->CreateInstReturn(inst->GetType(), INVALID_PC, inst); in Finalize() local
527 auto ret = graph->CreateInstReturnVoid(); in Finalize() local
564 Inst *ret = nullptr; in CreateCheckInstByPackArgs() local
649 Inst *ret = CreateCheckInstByPackArgs({opcode, type, inst, param1, param2, saveState, block, graph}); GenerateCheckOperation() local
679 auto ret = graph->CreateInstReturn(type, INVALID_PC, inst); GenerateSSOperation() local
722 auto ret = graph->CreateInstReturn(DataType::UINT32, INVALID_PC, ldArr); GenerateBoundaryCheckOperation() local
812 auto ret = graph->CreateInstReturn(phi->GetType(), INVALID_PC, phi); GeneratePhiOperation() local
[all...]
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dgc_intrusion.cpp519 auto ret = builder.CreateGCResult(gcCall, call->getType()); in RewriteWithGc() local
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile.cpp156 auto ret = os::mem::TagAnonymousMemory(reinterpret_cast<void *>(ptr.Get()), sizeToMmap, it->second.c_str()); in OpenPandaFileFromZipFile() local
294 auto ret = os::mem::TagAnonymousMemory(mem, sizeToMmap, tag.c_str()); in OpenPandaFileFromMemory() local

Completed in 27 milliseconds

1...<<111213141516