Searched refs:SymbolRemoteObject (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/toolchain/test/fuzztest/pttypessymbolremoteobject_fuzzer/ |
| D | pttypessymbolremoteobject_fuzzer.cpp | 33 …SymbolRemoteObject obj(vm, SymbolRef::New(vm, StringRef::NewFromUtf8(vm, (const char*)data, size))… in PtTypesSymbolRemoteObjectFuzzTest()
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_types.h | 503 class SymbolRemoteObject final : public RemoteObject { 505 SymbolRemoteObject(const EcmaVM *ecmaVm, Local<SymbolRef> tagged); 506 ~SymbolRemoteObject() override = default;
|
| D | pt_types.cpp | 124 return std::make_unique<SymbolRemoteObject>(ecmaVm, Local<SymbolRef>(tagged)); in FromTagged() 270 SymbolRemoteObject::SymbolRemoteObject(const EcmaVM *ecmaVm, Local<SymbolRef> tagged) in SymbolRemoteObject() function in panda::ecmascript::tooling::SymbolRemoteObject 898 std::string SymbolRemoteObject::DescriptionForSymbol(const EcmaVM *ecmaVm, Local<SymbolRef> tagged)… in DescriptionForSymbol()
|
| /arkcompiler/toolchain/tooling/test/ |
| D | pt_types_test.cpp | 401 …SymbolRemoteObject obj(ecmaVm, SymbolRef::New(ecmaVm, StringRef::NewFromUtf8(ecmaVm, (const char*)… in HWTEST_F_L0()
|