Home
last modified time | relevance | path

Searched refs:HandlerBaseIsInlinedProperty (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h341 GateRef HandlerBaseIsInlinedProperty(GateRef attr);
Dstub_builder.cpp1461 …Branch(HandlerBaseIsInlinedProperty(handlerInfo), &handlerInfoIsInlinedProps, &handlerInfoNotInlin… in LoadFromField()
1979 …Branch(HandlerBaseIsInlinedProperty(handler), &handlerIsInlinedProperty, &handlerNotInlinedPropert… in StoreField()
2028 …Branch(HandlerBaseIsInlinedProperty(handlerInfo), &handlerInfoIsInlinedProps, &handlerInfoNotInlin… in StoreWithTransition()
Dstub_builder-inl.h1382 inline GateRef StubBuilder::HandlerBaseIsInlinedProperty(GateRef attr) in HandlerBaseIsInlinedProperty() function