Home
last modified time | relevance | path

Searched refs:IsFound (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_runtime.cpp48 if (hclass->IsTS() && !op.IsFound()) { in UpdateLoadHandler()
52 if (!op.IsFound() && hclass->IsDictionaryElement()) { in UpdateLoadHandler()
57 if (!op.IsFound()) { in UpdateLoadHandler()
122 ASSERT(op.IsFound()); in UpdateStoreHandler()
263 if (!op.IsFound() && kind == ICKind::NamedGlobalTryLoadIC) { in LoadMiss()
396 if (!op.IsFound()) { in StoreMiss()
H A Dic_handler.h205 if (!op.IsFound()) { in LoadProperty()
402 if (op.IsFound()) { in LoadPrototype()
/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A Djs_shared_array.cpp416 if ((obj->IsJSSharedArray() && sCheckMode == SCheckMode::CHECK) && op.IsElement() && !op.IsFound()) { in GetProperty()
419 return OperationResult(thread, JSObject::GetProperty(thread, &op), PropertyMetaData(op.IsFound())); in GetProperty()
433 if ((obj->IsJSSharedArray() && sCheckMode == SCheckMode::CHECK) && op.IsElement() && !op.IsFound()) { in SetProperty()
452 if ((obj->IsJSSharedArray() && sCheckMode == SCheckMode::CHECK) && op.IsElement() && !op.IsFound()) { in SetProperty()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_object.cpp813 if (!op.IsFound()) { in GlobalSetProperty()
935 if (op->IsFound() && receiver->IsJSShared()) { in SetPropertyForDataDescriptor()
960 if (op->IsFound() && !op->IsOnPrototype()) { in SetPropertyForDataDescriptor()
993 } else if (op->IsFound() && receiver.GetTaggedValue() != op->GetHolder().GetTaggedValue()) { in SetPropertyForDataDescriptor()
1018 if (!op->IsFound() && op->IsPrimitiveAttr()) { in SetProperty()
1093 return OperationResult(thread, GetProperty(thread, &op), PropertyMetaData(op.IsFound())); in GetProperty()
1103 return OperationResult(thread, GetProperty(thread, &op), PropertyMetaData(op.IsFound())); in GetProperty()
1115 return OperationResult(thread, GetProperty(thread, &op), PropertyMetaData(op.IsFound())); in GetProperty()
1123 return OperationResult(thread, GetProperty(thread, &op), PropertyMetaData(op.IsFound())); in GetProperty()
1131 return OperationResult(thread, GetProperty(thread, &op), PropertyMetaData(op.IsFound())); in GetPropertyFromGlobal()
[all...]
H A Dobject_operator.cpp186 ASSERT(IsFound() && !value_.IsEmpty()); in FastGetValue()
428 if (!IsFound()) { in ToPropertyDescriptor()
468 if (IsFound()) { in GlobalLookupProperty()
492 if (IsFound()) { in LookupProperty()
H A Dobject_operator.h82 inline bool IsFound() const in IsFound() function in panda::ecmascript::final
H A Djs_hclass.h2138 inline bool IsFound() const
2180 return IsFound() && !IsLocal();
H A Djs_object.h277 inline bool IsFound() const in IsFound() function in panda::ecmascript::PropertyMetaData
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dobject_operator_first_test.cpp110 EXPECT_TRUE(objectOperator.IsFound()); in HWTEST_F_L0()
113 EXPECT_FALSE(objectOperator.IsFound()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtype_info_accessors.cpp606 return plr.IsFound(); in GeneratePlr()
609 return (plr.IsFound() && !plr.IsFunction()); in GeneratePlr()
619 return plr.IsFound(); in GeneratePlrInJIT()
622 return (plr.IsFound() && !plr.IsFunction()); in GeneratePlrInJIT()
H A Dtyped_bytecode_lowering.cpp993 if (!plr.IsFound() || plr.IsAccessor()) { in TryLowerTypedLdObjByNameForGlobalsId()
1014 if (!plr.IsFound() || plr.IsAccessor()) { in TryLowerTypedLdObjByNameForGlobalsId()
1051 if (!plr.IsFound() || plr.IsAccessor()) { in TryLowerTypedLdobjBynameFromGloablBuiltin()
1140 if (!plr.IsFound() || plr.IsAccessor()) { in TryLowerTypedLdObjByNameForBuiltinMethod()
1150 if (!plr.IsFound() || plr.IsAccessor()) { in TryLowerTypedLdObjByNameForBuiltinMethod()
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dg1gc_test.cpp912 bool IsFound() const in IsFound() function in ark::mem::PromotionRemSetChecker
961 ASSERT_FALSE(listener.IsFound()); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_ark_tools.cpp1094 if (!op.IsFound()) {
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h1684 if (!res.GetPropertyMetaData().IsFound()) { in RuntimeTryLdGlobalByName()

Completed in 33 milliseconds