/arkcompiler/ets_runtime/ecmascript/ |
H A D | message_string.h | 120 #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 D | builtins_collator_stub_builder.cpp | 143 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 D | builtins_object_stub_builder.cpp | 46 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 D | builtins_number_stub_builder.cpp | 344 GateRef taggedId = Int32(GET_MESSAGE_STRING_ID(InvalidRadixLength));
in ToString()
|
H A D | builtins_stubs.cpp | 59 DebugPrint(glue, { Int32(GET_MESSAGE_STRING_ID(name)) }); \
|
H A D | builtins_function_stub_builder.cpp | 359 FatalPrint(glue, { Int32(GET_MESSAGE_STRING_ID(ThisBranchIsUnreachable)) });
in BuildArgumentsListFastElements()
|
H A D | linked_hashtable_stub_builder.cpp | 685 GateRef taggedId = Int32(GET_MESSAGE_STRING_ID(InvalidNewTarget)); in GenMapSetConstructor()
|
H A D | builtins_string_stub_builder.cpp | 2288 GateRef taggedId = Int32(GET_MESSAGE_STRING_ID(InvalidStringLength));
in StringConcat()
|
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
H A D | aot_file_manager.cpp | 465 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 D | stub_builder-inl.h | 1158 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 D | circuit_builder.cpp | 1195 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 D | stub_builder.cpp | 666 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 D | new_object_stub_builder.cpp | 606 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 D | typed_hcr_lowering.cpp | 2879 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 D | typed_native_inline_lowering.cpp | 2583 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 D | interpreter_stub.cpp | 5224 FatalPrint(glue, { Int32(GET_MESSAGE_STRING_ID(name)) }); \
|
/arkcompiler/ets_runtime/ecmascript/base/tests/ |
H A D | json_parser_test.cpp | 37 MessageString::GetMessageString(GET_MESSAGE_STRING_ID(SendableArrayForJson)).c_str()); in CheckUnsupportedSendableJson()
|
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
H A D | optimized_call.cpp | 901 Immediate(JSTaggedValue(GET_MESSAGE_STRING_ID(NonCallable)).GetRawData())); in ThrowNonCallableInternal()
|