Home
last modified time | relevance | path

Searched refs:GET_MESSAGE_STRING_ID (Results 1 - 18 of 18) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dmessage_string.h120 #define GET_MESSAGE_STRING_ID(name) static_cast<int>((MessageString::MessageId::Message_##name)) macro
121 #define GET_MESSAGE_STRING(name) MessageString::GetMessageString(GET_MESSAGE_STRING_ID(name)).c_str()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_collator_stub_builder.cpp143 FatalPrint(glue, {Int32(GET_MESSAGE_STRING_ID(ThisBranchIsUnreachable))}); in UsageOptionsToEcmaString()
179 FatalPrint(glue, {Int32(GET_MESSAGE_STRING_ID(ThisBranchIsUnreachable))}); in SensitivityOptionsToEcmaString()
209 FatalPrint(glue, {Int32(GET_MESSAGE_STRING_ID(ThisBranchIsUnreachable))}); in CaseFirstOptionsToEcmaString()
H A Dbuiltins_object_stub_builder.cpp46 GateRef taggedId = Int32(GET_MESSAGE_STRING_ID(TargetTypeNotObject)); in CreateListFromArrayLike()
99 GateRef taggedId = Int32(GET_MESSAGE_STRING_ID(LenGreaterThanMax)); in CreateListFromArrayLike()
1377 GateRef taggedId = Int32(GET_MESSAGE_STRING_ID(SetPrototypeOfFailed)); in SetPrototypeOf()
1741 FatalPrint(glue, { Int32(GET_MESSAGE_STRING_ID(ThisBranchIsUnreachable)) }); in GetAllElementKeys()
1799 FatalPrint(glue, { Int32(GET_MESSAGE_STRING_ID(ThisBranchIsUnreachable)) }); in GetAllPropertyKeys()
H A Dbuiltins_number_stub_builder.cpp344 GateRef taggedId = Int32(GET_MESSAGE_STRING_ID(InvalidRadixLength)); in ToString()
H A Dbuiltins_stubs.cpp59 DebugPrint(glue, { Int32(GET_MESSAGE_STRING_ID(name)) }); \
H A Dbuiltins_function_stub_builder.cpp359 FatalPrint(glue, { Int32(GET_MESSAGE_STRING_ID(ThisBranchIsUnreachable)) }); in BuildArgumentsListFastElements()
H A Dlinked_hashtable_stub_builder.cpp685 GateRef taggedId = Int32(GET_MESSAGE_STRING_ID(InvalidNewTarget)); in GenMapSetConstructor()
H A Dbuiltins_string_stub_builder.cpp2288 GateRef taggedId = Int32(GET_MESSAGE_STRING_ID(InvalidStringLength)); in StringConcat()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Daot_file_manager.cpp465 auto start = GET_MESSAGE_STRING_ID(HandleLdundefined); in InitializeStubEntries()
473 int start = GET_MESSAGE_STRING_ID(StringCharCodeAt); in InitializeStubEntries()
481 int start = GET_MESSAGE_STRING_ID(BaselineTryLdGLobalByNameImm8ID16); in InitializeStubEntries()
489 int start = GET_MESSAGE_STRING_ID(CallRuntime); in InitializeStubEntries()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder-inl.h1158 ASM_ASSERT(GET_MESSAGE_STRING_ID(CanNotConvertNotValidObject), IsEcmaObject(obj)); in CanNotConvertNotValidObject()
1163 ASM_ASSERT(GET_MESSAGE_STRING_ID(IsNotPropertyKey), flag); in IsNotPropertyKey()
1251 ASM_ASSERT(GET_MESSAGE_STRING_ID(IsJSHClass), TaggedIsHeapObject(obj)); in IsJSHClass()
1259 ASM_ASSERT(GET_MESSAGE_STRING_ID(LoadHClass), TaggedIsHeapObject(object)); in LoadHClass()
1291 ASM_ASSERT(GET_MESSAGE_STRING_ID(IsDictionaryMode), TaggedIsHeapObject(object)); in IsDictionaryMode()
1314 ASM_ASSERT(GET_MESSAGE_STRING_ID(IsClassConstructor), TaggedIsHeapObject(object)); in IsClassConstructor()
1321 ASM_ASSERT(GET_MESSAGE_STRING_ID(IsClassPrototype), TaggedIsHeapObject(object)); in IsClassPrototype()
1328 ASM_ASSERT(GET_MESSAGE_STRING_ID(IsExtensible), TaggedIsHeapObject(object)); in IsExtensible()
1335 ASM_ASSERT(GET_MESSAGE_STRING_ID(IsSendableFunctionModule), IsSourceTextModule(module)); in IsSendableFunctionModule()
1346 ASM_ASSERT(GET_MESSAGE_STRING_ID(IsEcmaObjec in TaggedObjectIsEcmaObject()
[all...]
H A Dcircuit_builder.cpp1195 taggedId = Int32(GET_MESSAGE_STRING_ID(CanNotConvertNotUndefinedObject)); in ToObject()
1202 taggedId = Int32(GET_MESSAGE_STRING_ID(CanNotConvertNotHoleObject)); in ToObject()
1209 taggedId = Int32(GET_MESSAGE_STRING_ID(CanNotConvertNotNullObject)); in ToObject()
1221 taggedId = Int32(GET_MESSAGE_STRING_ID(CanNotConvertNotNullObject)); in ToObject()
1251 GateRef taggedId = Int32(GET_MESSAGE_STRING_ID(CanNotGetNotEcmaObject)); in GetPrototype()
H A Dstub_builder.cpp666 GateRef msgIntId = Int32(GET_MESSAGE_STRING_ID(CreateDataPropertyFailed)); in CreateDataPropertyOrThrow()
714 GateRef msgIntId = Int32(GET_MESSAGE_STRING_ID(DefineFieldField)); in DefineField()
1811 int msgId = GET_MESSAGE_STRING_ID(SharedObjectRefersLocalObject); in VerifyBarrier()
1835 int msgId = GET_MESSAGE_STRING_ID(SharedObjectRefersLocalObject); in SetValueWithBarrier()
1838 msgId = GET_MESSAGE_STRING_ID(ValueIsNonSObject); in SetValueWithBarrier()
4419 GateRef taggedId = Int32(GET_MESSAGE_STRING_ID(SetPropertyWhenNotExtensible)); in SetPropertyByIndex()
4588 GateRef taggedId = Int32(GET_MESSAGE_STRING_ID(SetPropertyWhenNotExtensible)); in DefinePropertyByIndex()
4650 GateRef taggedId = Int32(GET_MESSAGE_STRING_ID(CanNotSetPropertyOnContainer)); in SetPropertyByName()
4715 GateRef taggedId = Int32(GET_MESSAGE_STRING_ID(SetReadOnlyProperty)); in SetPropertyByName()
4810 GateRef taggedId = Int32(GET_MESSAGE_STRING_ID(SetReadOnlyPropert in SetPropertyByName()
[all...]
H A Dnew_object_stub_builder.cpp606 GateRef taggedId = Int32(GET_MESSAGE_STRING_ID(LenGreaterThanMax)); in NewTaggedArrayChecked()
979 FatalPrint(glue, { Int32(GET_MESSAGE_STRING_ID(ThisBranchIsUnreachable)) }); in LoadHClassFromMethod()
1022 FatalPrint(glue, { Int32(GET_MESSAGE_STRING_ID(ThisBranchIsUnreachable)) }); in LoadSHClassFromMethod()
1560 ASM_ASSERT(GET_MESSAGE_STRING_ID(InitializeWithSpeicalValue), in InitializeWithSpeicalValue()
2136 GateRef taggedId = Int32(GET_MESSAGE_STRING_ID(TargetTypeNotTypedArray)); in CreateJSTypedArrayIterator()
2560 FatalPrint(glue, { Int32(GET_MESSAGE_STRING_ID(ThisBranchIsUnreachable)) }); in GetElementSizeFromType()
2678 FatalPrint(glue, { Int32(GET_MESSAGE_STRING_ID(ThisBranchIsUnreachable)) }); in GetOnHeapHClassFromType()
H A Dtyped_hcr_lowering.cpp2879 GateRef taggedId = builder_.Int32(GET_MESSAGE_STRING_ID(TargetTypeNotObject)); in LowerOrdinaryHasInstance()
2922 GateRef taggedId = builder_.Int32(GET_MESSAGE_STRING_ID(CanNotGetNotEcmaObject)); in LowerOrdinaryHasInstance()
H A Dtyped_native_inline_lowering.cpp2583 GateRef taggedId = builder_.Int32(GET_MESSAGE_STRING_ID(CanNotConvertNotValidObject)); in LowerObjectCreate()
2724 GateRef taggedId = builder_.Int32(GET_MESSAGE_STRING_ID(TargetTypeNotObject)); in LowerReflectGet()
H A Dinterpreter_stub.cpp5224 FatalPrint(glue, { Int32(GET_MESSAGE_STRING_ID(name)) }); \
/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Djson_parser_test.cpp37 MessageString::GetMessageString(GET_MESSAGE_STRING_ID(SendableArrayForJson)).c_str()); in CheckUnsupportedSendableJson()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Doptimized_call.cpp901 Immediate(JSTaggedValue(GET_MESSAGE_STRING_ID(NonCallable)).GetRawData())); in ThrowNonCallableInternal()

Completed in 69 milliseconds