Home
last modified time | relevance | path

Searched refs:GetSymbol (Results 1 – 25 of 34) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Doperand.cpp188 … return static_cast<const void *>(GetSymbol()) < static_cast<const void *>(rightOpnd->GetSymbol()); in Less()
191 if (GetSymbol() != rightOpnd->GetSymbol()) { in Less()
192 … return static_cast<const void *>(GetSymbol()) < static_cast<const void *>(rightOpnd->GetSymbol()); in Less()
Dobj_emit.cpp250 st = symTab.GetSymbol(i); in EmitFunctionSymbolTable()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_insn.cpp167 (offset->GetSymbol()->NeedPIC() || offset->GetSymbol()->IsThreadLocal())) { in Visit()
168 …std::string gotEntry = offset->GetSymbol()->IsThreadLocal() ? ", #:tlsdesc_lo12:" : ", #:got_lo12:… in Visit()
212 (void)emitter.Emit(v->GetSymbol()->GetName() + std::to_string(pIdx)); in Visit()
221 if (v->GetSymbol()->GetAsmAttr() != UStrIdx(0) && in Visit()
222 …(v->GetSymbol()->GetStorageClass() == kScPstatic || v->GetSymbol()->GetStorageClass() == kScPstati… in Visit()
223 …std::string asmSection = GlobalTables::GetUStrTable().GetStringFromStrIdx(v->GetSymbol()->GetAsmAt… in Visit()
226 if (v->GetSymbol()->GetStorageClass() == kScPstatic && v->GetSymbol()->IsLocal()) { in Visit()
303 const MIRSymbol *symbol = v->GetSymbol(); in Visit()
375 const MIRSymbol *symbol = v->GetSymbol(); in Visit()
489 … if (a64v->GetSymbol()->GetStorageClass() == kScPstatic && a64v->GetSymbol()->IsLocal()) { in Visit()
Daarch64_ebo.cpp454 (mem1.GetSymbol() == mem2.GetSymbol()) && (mem1.GetSize() == mem2.GetSize())); in OperandEqSpecial()
470 val += offset->GetSymbol()->GetStIdx().Idx(); in GetOffsetVal()
Daarch64_strldr.cpp616 const MIRSymbol *addr = offset1->GetSymbol(); in SelectReplaceMem()
Daarch64_emitter.cpp814 const MIRSymbol *sym = memOpnd->GetSymbol(); in EmitAArch64Insn()
857 if (stImmOpnd->GetSymbol()->IsMuidDataUndefTab()) { in EmitClinit()
/arkcompiler/ets_runtime/ecmascript/tests/
Dsymbol_table_test.cpp211 HWTEST_F_L0(SymbolTableTest, GetSymbol) in HWTEST_F_L0() argument
220 …EXPECT_EQ(symbolTable->GetSymbol(symbolTableStringKey.GetTaggedValue()), JSTaggedValue::Undefined(… in HWTEST_F_L0()
223 …EXPECT_EQ(symbolTable->GetSymbol(symbolTableStringKey.GetTaggedValue()), JSTaggedValue::Undefined(… in HWTEST_F_L0()
226 EXPECT_EQ(symbolTable->GetSymbol(symbolTableStringKey.GetTaggedValue()).GetInt(), 1); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_symbol_builder.h49 MIRSymbol *GetSymbol(TyIdx tyIdx, GStrIdx strIdx, MIRSymKind mClass, MIRStorageClass sClass,
Dmir_builder.h324 … MIRSymbol *GetSymbol(TyIdx, const std::string &, MIRSymKind, MIRStorageClass, uint8, bool) const;
325 MIRSymbol *GetSymbol(TyIdx, GStrIdx, MIRSymKind, MIRStorageClass, uint8, bool) const;
Dglobal_tables.h904 MIRSymbol *GetSymbol(uint32 idx) const in GetSymbol() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Doperand.h551 const MIRSymbol *GetSymbol() const in GetSymbol() function
851 const MIRSymbol *GetSymbol() const in GetSymbol() function
1159 const MIRSymbol *GetSymbol() const in GetSymbol() function
1191 return GetSymbol()->GetName(); in GetSymbolName()
1305 if (GetSymbol() != opnd.GetSymbol()) {
1306 return GetSymbol() < opnd.GetSymbol();
1321 (GetSymbol() == opnd.GetSymbol()) && (GetOffsetOperand() == opnd.GetOffsetOperand());
1600 const MIRSymbol *GetSymbol() const in GetSymbol() function
/arkcompiler/ets_runtime/ecmascript/
Dglobal_env.cpp47 JSHandle<JSTaggedValue> GlobalEnv::GetSymbol(JSThread *thread, const JSHandle<JSTaggedValue> &strin… in GetSymbol() function in panda::ecmascript::GlobalEnv
Dsymbol_table.h85 inline JSTaggedValue GetSymbol(const JSTaggedValue &key) in GetSymbol() function
Dglobal_env.h97 JSHandle<JSTaggedValue> GetSymbol(JSThread *thread, const JSHandle<JSTaggedValue> &string);
Ddate_parse.h299 char GetSymbol() const in GetSymbol() function
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Dproperty_descriptor.h80 const std::optional<RemoteObject> &GetSymbol() const in GetSymbol() function
/arkcompiler/runtime_core/libpandabase/utils/
Djson_parser.cpp336 char JsonObject::Parser::GetSymbol() in GetSymbol() function in panda::JsonObject::Parser
352 if (static_cast<char>(symbol) != GetSymbol()) { in TryGetSymbol()
Djson_parser.h104 char GetSymbol();
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Djson_parser.cpp350 char JsonObject::Parser::GetSymbol() in GetSymbol() function in panda::JsonObject::Parser
366 if (static_cast<char>(symbol) != GetSymbol()) { in TryGetSymbol()
Djson_parser.h105 char GetSymbol();
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_symbol_builder.cpp64 MIRSymbol *MIRSymbolBuilder::GetSymbol(TyIdx tyIdx, GStrIdx strIdx, MIRSymKind mClass, MIRStorageCl… in GetSymbol() function in maple::MIRSymbolBuilder
Dmir_builder.cpp460 MIRSymbol *MIRBuilder::GetSymbol(TyIdx tyIdx, const std::string &name, MIRSymKind mClass, MIRStorag… in GetSymbol() function in maple::MIRBuilder
463 return GetSymbol(tyIdx, GetOrCreateStringIndex(name), mClass, sClass, scpID, sameType); in GetSymbol()
467 MIRSymbol *MIRBuilder::GetSymbol(TyIdx tyIdx, GStrIdx strIdx, MIRSymKind mClass, MIRStorageClass sC… in GetSymbol() function in maple::MIRBuilder
474 return MIRSymbolBuilder::Instance().GetSymbol(tyIdx, strIdx, mClass, sClass, sameType); in GetSymbol()
487 if (MIRSymbol *st = GetSymbol(tyIdx, strIdx, mClass, sClass, scpID, sameType)) { in GetOrCreateSymbol()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dbecommon.cpp46 MIRSymbol *sym = GlobalTables::GetGsymTable().GetSymbol(i); in BECommon()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp163 uint32 symIdx = v->GetSymbol()->GetNameStrIdx().get(); in TransferImm()
181 const MIRSymbol *symbol = ofset->GetSymbol(); in TransferMem()
184 bool isLocalVar = ofset->GetSymbol()->IsLocal(); in TransferMem()
/arkcompiler/toolchain/tooling/test/
Dpt_types_test.cpp209 result = descriptor.GetSymbol(); in HWTEST_F_L0()

12