Searched refs:IsProtoTypeHClass (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | hcr_circuit_builder.h | 93 GateRef CircuitBuilder::IsProtoTypeHClass(GateRef hClass) in IsProtoTypeHClass() function in panda::ecmascript::kungfu::CircuitBuilder
|
H A D | circuit_builder.h | 480 inline GateRef IsProtoTypeHClass(GateRef hclass);
|
H A D | stub_builder.h | 549 GateRef IsProtoTypeHClass(GateRef hClass);
|
H A D | typed_bytecode_lowering.cpp | 819 builder_.Branch(builder_.IsProtoTypeHClass(receiverHC), &isProto, ¬Proto, in LowerTypedStObjByName()
|
H A D | stub_builder.cpp | 1352 GateRef updateCondition = LogicAndBuilder(env).And(isTSHClass).And(IsProtoTypeHClass(newClass)).Done(); in JSHClassAddProperty() 4018 BRANCH(BitOr(IsProtoTypeHClass(hclass), IsJsArray(receiver)), &isProtoType, &exit); in NotifyStableArrayElementsGuardians() 5360 BRANCH(IsProtoTypeHClass(oldHClass), &isProtoType, &exit); in NotifyHClassChanged()
|
H A D | stub_builder-inl.h | 2172 inline GateRef StubBuilder::IsProtoTypeHClass(GateRef hClass) in IsProtoTypeHClass() function in panda::ecmascript::kungfu::StubBuilder
|
H A D | typed_hcr_lowering.cpp | 3196 builder_.Branch(builder_.IsProtoTypeHClass(receiverHC), &isProto, ¬Proto, in LowerMonoStoreProperty()
|
Completed in 40 milliseconds