/arkcompiler/ets_runtime/ecmascript/ic/ |
H A D | ic_runtime.cpp | 48 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 D | ic_handler.h | 205 if (!op.IsFound()) { in LoadProperty() 402 if (op.IsFound()) { in LoadPrototype()
|
/arkcompiler/ets_runtime/ecmascript/shared_objects/ |
H A D | js_shared_array.cpp | 416 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 D | js_object.cpp | 813 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 D | object_operator.cpp | 186 ASSERT(IsFound() && !value_.IsEmpty()); in FastGetValue() 428 if (!IsFound()) { in ToPropertyDescriptor() 468 if (IsFound()) { in GlobalLookupProperty() 492 if (IsFound()) { in LookupProperty()
|
H A D | object_operator.h | 82 inline bool IsFound() const in IsFound() function in panda::ecmascript::final
|
H A D | js_hclass.h | 2138 inline bool IsFound() const 2180 return IsFound() && !IsLocal();
|
H A D | js_object.h | 277 inline bool IsFound() const in IsFound() function in panda::ecmascript::PropertyMetaData
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | object_operator_first_test.cpp | 110 EXPECT_TRUE(objectOperator.IsFound()); in HWTEST_F_L0() 113 EXPECT_FALSE(objectOperator.IsFound()); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | type_info_accessors.cpp | 606 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 D | typed_bytecode_lowering.cpp | 993 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 D | g1gc_test.cpp | 912 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 D | builtins_ark_tools.cpp | 1094 if (!op.IsFound()) {
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stubs-inl.h | 1684 if (!res.GetPropertyMetaData().IsFound()) { in RuntimeTryLdGlobalByName()
|