Home
last modified time | relevance | path

Searched refs:SetObjectType (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dencode_bit.h85 void SetObjectType(size_t object_type) in SetObjectType() function
Dsnapshot_processor.cpp1592 encodeBit.SetObjectType(objectType); in SerializeObjectHeader()
1767 encodeBit.SetObjectType(Constants::MASK_METHOD_SPACE_BEGIN); in SerializePandaFileMethod()
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeRecorder.h97 void SetObjectType(const std::string &objectStr, int64_t objectIndex);
DtypeRecorder.cpp276 void TypeRecorder::SetObjectType(const std::string &objectStr, int64_t objectIndex) in SetObjectType() function in panda::es2panda::extractor::TypeRecorder
DtypeSystem.h1212 recorder_->SetObjectType(objectStr, typeIndexShift_); in ObjectType()
1300 recorder_->SetObjectType(objectStr, typeIndexShift_); in FillMembers()
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp148 SetObjectType(type); in Initialize()
Djs_hclass.h411 inline void SetObjectType(JSType type) in SetObjectType() function