Home
last modified time | relevance | path

Searched refs:SetClassName (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/libark_defect_scan_aux/
Dcallee_info.cpp90 SetClassName(class_->GetClassName()); in SetCallee()
99 void CalleeInfo::SetClassName(std::string_view class_name) in SetClassName() function in panda::defect_scan_aux::CalleeInfo
/arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectsetclassname_fuzzer/
Dpttypesremoteobjectsetclassname_fuzzer.cpp34 obj.SetClassName(std::string((const char*)data, size)); in PtTypesRemoteObjectSetClassNameFuzzTest()
/arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectgetclassname_fuzzer/
Dpttypesremoteobjectgetclassname_fuzzer.cpp34 obj.SetClassName(std::string((const char*)data, size)); in PtTypesRemoteObjectGetClassNameFuzzTest()
/arkcompiler/runtime_core/libark_defect_scan_aux/include/
Dcallee_info.h48 void SetClassName(std::string_view class_name);
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.h196 void SetClassName(const JSHandle<TSClassType> &classType,
Dts_type_parser.cpp272 SetClassName(classType, jsPandaFile, typeLiteralExtractor); in ParseClassType()
469 void TSTypeParser::SetClassName(const JSHandle<TSClassType> &classType, in SetClassName() function in panda::ecmascript::TSTypeParser
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1175 .SetClassName(ObjectClassName::Object) in GetLocalScopeChain()
1219 .SetClassName(ObjectClassName::Object) in GetModuleScopeChain()
1338 .SetClassName(ObjectClassName::Global) in GetGlobalScopeChain()
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp283 .SetClassName(RemoteObject::ClassName::Function) in FunctionRemoteObject()
293 .SetClassName(RemoteObject::ClassName::Generator) in GeneratorFunctionRemoteObject()
304 .SetClassName(classname) in ObjectRemoteObject()
316 .SetClassName(classname) in ObjectRemoteObject()
Dpt_types.h295 RemoteObject &SetClassName(const std::string &className) in SetClassName() function