Home
last modified time | relevance | path

Searched refs:GetSymbol (Results 1 - 25 of 26) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A 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()
H A Dobj_emit.cpp210 st = symTab.GetSymbol(i); in EmitFunctionSymbolTable()
H A Demit.cpp461 st = symTab.GetSymbol(i); in EmitAsmLabel()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_insn.cpp73 Visit(*v->GetSymbol(), v->GetValue()); in Visit()
211 (void)emitter.Emit(v->GetSymbol()->GetName() + std::to_string(pIdx)); in Visit()
220 if (v->GetSymbol()->GetAsmAttr() != UStrIdx(0) && in Visit()
221 (v->GetSymbol()->GetStorageClass() == kScPstatic || v->GetSymbol()->GetStorageClass() == kScPstatic)) { in Visit()
222 std::string asmSection = GlobalTables::GetUStrTable().GetStringFromStrIdx(v->GetSymbol()->GetAsmAttr()); in Visit()
225 if (v->GetSymbol()->GetStorageClass() == kScPstatic && v->GetSymbol()->IsLocal()) { in Visit()
306 const MIRSymbol *symbol = v->GetSymbol(); in Visit()
379 const MIRSymbol *symbol = v->GetSymbol(); in Visit()
[all...]
H A Daarch64_emitter.cpp473 const MIRSymbol *sym = memOpnd->GetSymbol(); in EmitAArch64Insn()
H A Daarch64_obj_emitter.cpp1049 memPool->New<LocalFixup>(objFuncEmitInfo.GetCGFunc().GetLocalSymLabelIndex(*memOpnd.GetSymbol()),
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dsymbol_table_test.cpp182 * Function: GetSymbol
188 HWTEST_F_L0(SymbolTableTest, GetSymbol) in HWTEST_F_L0()
197 EXPECT_EQ(symbolTable->GetSymbol(symbolTableStringKey.GetTaggedValue()), JSTaggedValue::Undefined()); in HWTEST_F_L0()
200 EXPECT_EQ(symbolTable->GetSymbol(symbolTableStringKey.GetTaggedValue()), JSTaggedValue::Undefined()); in HWTEST_F_L0()
203 EXPECT_EQ(symbolTable->GetSymbol(symbolTableStringKey.GetTaggedValue()).GetInt(), 1); in HWTEST_F_L0()
/arkcompiler/runtime_core/libpandabase/utils/
H A Djson_parser.cpp336 char JsonObject::Parser::GetSymbol() in GetSymbol() function in panda::JsonObject::Parser
352 if (static_cast<char>(symbol) != GetSymbol()) { in TryGetSymbol()
H A Djson_parser.h103 char GetSymbol();
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Djson_parser.cpp349 char JsonObject::Parser::GetSymbol() in GetSymbol() function in ark::JsonObject::Parser
365 if (static_cast<char>(symbol) != GetSymbol()) { in TryGetSymbol()
H A Djson_parser.h105 char GetSymbol();
/arkcompiler/ets_runtime/ecmascript/
H A Dsymbol_table.h85 inline JSTaggedValue GetSymbol(const JSTaggedValue &key) in GetSymbol() function in panda::ecmascript::SymbolTable
H A Dglobal_env.cpp36 JSHandle<JSTaggedValue> GlobalEnv::GetSymbol(JSThread *thread, const JSHandle<JSTaggedValue> &string) in GetSymbol() function in panda::ecmascript::GlobalEnv
H A Ddate_parse.h300 char GetSymbol() const in GetSymbol() function in panda::ecmascript::DateParse::DateUnit
H A Dglobal_env.h125 JSHandle<JSTaggedValue> GetSymbol(JSThread *thread, const JSHandle<JSTaggedValue> &string);
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
H A Dproperty_descriptor.h72 const std::optional<RemoteObject> &GetSymbol() const in GetSymbol() function in ark::tooling::inspector::PropertyDescriptor
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Doperand.h523 const MIRSymbol *GetSymbol() const in GetSymbol() function in maplebe::ImmOperand
829 const MIRSymbol *GetSymbol() const in GetSymbol() function in maplebe::OfstOperand
1166 const MIRSymbol *GetSymbol() const in GetSymbol() function
1188 return GetSymbol()->GetName(); in GetSymbolName()
1312 if (GetSymbol() != opnd.GetSymbol()) { in operator <()
1313 return GetSymbol() < opnd.GetSymbol(); in operator <()
1328 (GetSymbol() == opnd.GetSymbol()) in operator ==()
1644 const MIRSymbol *GetSymbol() const GetSymbol() function in maplebe::MemOperand::StImmOperand
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
H A Daarch64_mop_valid.h37 const MIRSymbol *sym = memOpnd->GetSymbol(); in StrLdr16Valid()
53 const MIRSymbol *sym = memOpnd->GetSymbol(); in StrLdr32Valid()
80 const MIRSymbol *sym = memOpnd->GetSymbol(); in StrLdr64Valid()
107 const MIRSymbol *sym = memOpnd->GetSymbol(); in StrLdr128Valid()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dglobal_tables.h671 MIRSymbol *GetSymbol(uint32 idx) const
H A Dmir_nodes.h666 const MIRSymbol &GetSymbol() const
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_emitter.cpp91 uint32 symIdx = v->GetSymbol()->GetNameStrIdx().get(); in TransferImm()
109 const MIRSymbol *symbol = ofset->GetSymbol(); in TransferMem()
112 bool isLocalVar = ofset->GetSymbol()->IsLocal(); in TransferMem()
/arkcompiler/toolchain/tooling/test/
H A Dpt_types_test.cpp209 result = descriptor.GetSymbol(); in HWTEST_F_L0()
H A Ddebugger_types_test.cpp866 RemoteObject *symbol = propertyDescriptor->GetSymbol();
/arkcompiler/toolchain/tooling/agent/
H A Druntime_impl.cpp320 debuggerProperty->GetSymbol()->SetObjectId(curObjectId_); in GetProperties()
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.h1035 RemoteObject *GetSymbol() const in GetSymbol() function in panda::ecmascript::tooling::final::final

Completed in 36 milliseconds

12