Home
last modified time | relevance | path

Searched refs:IsProtoTypeHClass (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dhcr_circuit_builder.h93 GateRef CircuitBuilder::IsProtoTypeHClass(GateRef hClass) in IsProtoTypeHClass() function in panda::ecmascript::kungfu::CircuitBuilder
H A Dcircuit_builder.h480 inline GateRef IsProtoTypeHClass(GateRef hclass);
H A Dstub_builder.h549 GateRef IsProtoTypeHClass(GateRef hClass);
H A Dtyped_bytecode_lowering.cpp819 builder_.Branch(builder_.IsProtoTypeHClass(receiverHC), &isProto, &notProto, in LowerTypedStObjByName()
H A Dstub_builder.cpp1352 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 Dstub_builder-inl.h2172 inline GateRef StubBuilder::IsProtoTypeHClass(GateRef hClass) in IsProtoTypeHClass() function in panda::ecmascript::kungfu::StubBuilder
H A Dtyped_hcr_lowering.cpp3196 builder_.Branch(builder_.IsProtoTypeHClass(receiverHC), &isProto, &notProto, in LowerMonoStoreProperty()

Completed in 40 milliseconds