/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_ark_tools.h | 25 // kungfu::BuiltinsStubCSigns::stubIndex refers to the builtin stub index, or INVALID if no stub available. 27 V("compareHClass", CompareHClass, 2, INVALID) \ 28 V("dumpHClass", DumpHClass, 1, INVALID) \ 29 V("excutePendingJob", ExcutePendingJob, 0, INVALID) \ 30 V("forceFullGC", ForceFullGC, 0, INVALID) \ 31 V("getHClass", GetHClass, 1, INVALID) \ 32 V("getLexicalEnv", GetLexicalEnv, 1, INVALID) \ 33 V("isSlicedString", IsSlicedString, 1, INVALID) \ 34 V("hiddenStackSourceFile", HiddenStackSourceFile, 0, INVALID) \ 35 V("hintGC", HintGC, 0, INVALID) \ [all...] |
H A D | builtins_date.h | 25 // kungfu::BuiltinsStubCSigns::stubIndex refers to the builtin stub index, or INVALID if no stub available. 30 V("parse", Parse, 1, INVALID) \ 32 V("UTC", UTC, ::panda::ecmascript::builtins::BuiltinsDate::UTC_LENGTH, INVALID) 39 V("getDate", GetDate, 0, INVALID) \ 41 V("getDay", GetDay, 0, INVALID) \ 43 V("getFullYear", GetFullYear, 0, INVALID) \ 45 V("getHours", GetHours, 0, INVALID) \ 47 V("getMilliseconds", GetMilliseconds, 0, INVALID) \ 49 V("getMinutes", GetMinutes, 0, INVALID) \ 51 V("getMonth", GetMonth, 0, INVALID) \ [all...] |
H A D | builtins_shared_array.h | 24 // kungfu::BuiltinsStubCSigns::stubIndex refers to the builtin stub index, or INVALID if no stub available. 27 V("from", From, 1, INVALID) \ 28 V("create", Create, 2, INVALID) \ 30 V("isArray", IsArray, 1, INVALID) \ 33 // V("of", Of, 0, INVALID) 40 V("at", At, 1, INVALID) \ 42 V("concat", Concat, 1, INVALID) \ 44 V("entries", Entries, 0, INVALID) \ 46 V("fill", Fill, 1, INVALID) \ 48 V("filter", Filter, 1, INVALID) \ [all...] |
H A D | builtins_shared_typedarray.h | 53 // kungfu::BuiltinsStubCSigns::stubIndex refers to the builtin stub index, or INVALID if no stub available. 56 V("from", From, 1, INVALID) \ 58 V("of", Of, 0, INVALID) 64 V("buffer", GetBuffer, INVALID) /* get %TypedArray%.prototype.buffer */ \ 67 V("length", GetLength, INVALID) /* get %TypedArray%.prototype.length */ 74 V("at", At, 1, INVALID) \ 76 V("copyWithin", CopyWithin, 2, INVALID) \ 78 V("entries", Entries, 0, INVALID) \ 80 V("every", Every, 1, INVALID) \ 82 V("fill", Fill, 1, INVALID) \ [all...] |
H A D | builtins_gc.h | 56 // kungfu::BuiltinsStubCSigns::stubIndex refers to the builtin stub index, or INVALID if no stub available. 59 BUILTINS_GC_FUNCTION_ENTRY("getFreeHeapSize", GetFreeHeapSize, 0, INVALID) 60 BUILTINS_GC_FUNCTION_ENTRY("getReservedHeapSize", GetReservedHeapSize, 0, INVALID) 61 BUILTINS_GC_FUNCTION_ENTRY("getUsedHeapSize", GetUsedHeapSize, 0, INVALID) 62 BUILTINS_GC_FUNCTION_ENTRY("getObjectAddress", GetObjectAddress, 1, INVALID) 63 BUILTINS_GC_FUNCTION_ENTRY("getObjectSpaceType", GetObjectSpaceType, 1, INVALID) 64 BUILTINS_GC_FUNCTION_ENTRY("registerNativeAllocation", RegisterNativeAllocation, 1, INVALID) 65 BUILTINS_GC_FUNCTION_ENTRY("registerNativeFree", RegisterNativeFree, 1, INVALID) 66 BUILTINS_GC_FUNCTION_ENTRY("waitForFinishGC", WaitForFinishGC, 1, INVALID) 67 BUILTINS_GC_FUNCTION_ENTRY("startGC", StartGC, 3, INVALID) [all...] |
H A D | builtins_object.h | 27 // kungfu::BuiltinsStubCSigns::stubIndex refers to the builtin stub index, or INVALID if no stub available. 35 V("defineProperties", DefineProperties, 2, INVALID) \ 37 V("defineProperty", DefineProperty, 3, INVALID) \ 41 V("freeze", Freeze, 1, INVALID) \ 43 V("fromEntries", FromEntries, 1, INVALID) \ 45 V("getOwnPropertyDescriptor", GetOwnPropertyDescriptor, 2, INVALID) \ 55 V("hasOwn", HasOwn, 2, INVALID) \ 59 V("isExtensible", IsExtensible, 1, INVALID) \ 67 V("preventExtensions", PreventExtensions, 1, INVALID) \ 69 V("seal", Seal, 1, INVALID) \ [all...] |
H A D | builtins_promise.h | 29 // kungfu::BuiltinsStubCSigns::stubIndex refers to the builtin stub index, or INVALID if no stub available. 32 V("all", All, 1, INVALID) \ 34 V("allSettled", AllSettled, 1, INVALID) \ 36 V("any", Any, 1, INVALID) \ 38 V("race", Race, 1, INVALID) \ 40 V("reject", Reject, 1, INVALID) \ 42 V("resolve", Resolve, 1, INVALID) 49 V("catch", Catch, 1, INVALID) \ 51 V("finally", Finally, 1, INVALID) \ 53 V("then", Then, 2, INVALID) [all...] |
H A D | builtins_global.h | 30 // kungfu::BuiltinsStubCSigns::stubIndex refers to the builtin stub index, or INVALID if no stub available. 40 V("decodeURI", DecodeURI, 1, INVALID) \ 44 V("encodeURI", EncodeURI, 1, INVALID) \ 46 V("encodeURIComponent", EncodeURIComponent, 1, INVALID) \ 48 V("escape", Escape, 1, INVALID) \ 50 V("eval", NotSupportEval, 1, INVALID) \ 56 V("unescape", Unescape, 1, INVALID) \ 58 V("markModuleCollectable", MarkModuleCollectable, 0, INVALID) \ 59 V("loadNativeModule", LoadNativeModule, 0, INVALID) \ 60 V("print", PrintEntrypoint, 0, INVALID) \ [all...] |
H A D | builtins_atomics.h | 26 // kungfu::BuiltinsStubCSigns::stubIndex refers to the builtin stub index, or INVALID if no stub available.
31 V("add", Add, 3, INVALID) \
33 V("and", And, 3, INVALID) \
35 V("compareExchange", CompareExchange, 4, INVALID) \
37 V("exchange", Exchange, 3, INVALID) \
39 V("isLockFree", IsLockFree, 1, INVALID) \
41 V("load", Load, 2, INVALID) \
43 V("notify", Notify, 3, INVALID) \
45 V("or", Or, 3, INVALID) \
47 V("store", Store, 3, INVALID) \
[all...] |
H A D | builtins_reflect.h | 26 // kungfu::BuiltinsStubCSigns::stubIndex refers to the builtin stub index, or INVALID if no stub available. 33 V("defineProperty", ReflectDefineProperty, 3, INVALID) \ 35 V("deleteProperty", ReflectDeleteProperty, 2, INVALID) \ 39 V("getOwnPropertyDescriptor", ReflectGetOwnPropertyDescriptor, 2, INVALID) \ 45 V("isExtensible", ReflectIsExtensible, 1, INVALID) \ 47 V("ownKeys", ReflectOwnKeys, 1, INVALID) \ 49 V("preventExtensions", ReflectPreventExtensions, 1, INVALID) \ 51 V("set", ReflectSet, 3, INVALID) \ 53 V("setPrototypeOf", ReflectSetPrototypeOf, 2, INVALID)
|
H A D | builtins_string.h | 26 // kungfu::BuiltinsStubCSigns::stubIndex refers to the builtin stub index, or INVALID if no stub available. 31 V("fromCodePoint", FromCodePoint, 1, INVALID) \ 33 V("raw", Raw, 1, INVALID) 43 V("at", At, 1, INVALID) \ 55 V("includes", Includes, 1, INVALID) \ 59 V("lastIndexOf", LastIndexOf, 1, INVALID) \ 63 V("match", Match, 1, INVALID) \ 65 V("matchAll", MatchAll, 1, INVALID) \ 67 V("normalize", Normalize, 0, INVALID) \ 69 V("isWellFormed", IsWellFormed, 0, INVALID) \ [all...] |
H A D | builtins_typedarray.h | 52 // kungfu::BuiltinsStubCSigns::stubIndex refers to the builtin stub index, or INVALID if no stub available. 55 V("from", From, 1, INVALID) \ 57 V("of", Of, 0, INVALID) 63 V("buffer", GetBuffer, INVALID) /* get %TypedArray%.prototype.buffer */ \ 66 V("length", GetLength, INVALID) /* get %TypedArray%.prototype.length */ 75 V("at", At, 1, INVALID) \ 83 V("fill", Fill, 1, INVALID) \ 91 V("findLast", FindLast, 1, INVALID) \ 95 V("forEach", ForEach, 1, INVALID) \ 101 V("join", Join, 1, INVALID) \ [all...] |
H A D | builtins_bigint.h | 25 // kungfu::BuiltinsStubCSigns::stubIndex refers to the builtin stub index, or INVALID if no stub available. 34 // kungfu::BuiltinsStubCSigns::stubIndex refers to the builtin stub index, or INVALID if no stub available. 37 V("toLocaleString", ToLocaleString, 0, INVALID) \ 39 V("toString", ToString, 0, INVALID) \ 41 V("valueOf", ValueOf, 0, INVALID)
|
H A D | builtins_number.h | 36 // kungfu::BuiltinsStubCSigns::stubIndex refers to the builtin stub index, or INVALID if no stub available. 59 V("toExponential", ToExponential, 1, INVALID) \ 61 V("toFixed", ToFixed, 1, INVALID) \ 63 V("toLocaleString", ToLocaleString, 0, INVALID) \ 65 V("toPrecision", ToPrecision, 1, INVALID) \ 69 V("valueOf", ValueOf, 0, INVALID)
|
H A D | builtins_dataview.h | 25 // kungfu::BuiltinsStubCSigns::stubIndex refers to the builtin stub index, or INVALID if no stub available. 36 V("getBigInt64", GetBigInt64, 1, INVALID ) \ 40 V("getBigUint64", GetBigUint64, 1, INVALID ) \ 50 V("setBigInt64", SetBigInt64, 2, INVALID) \ 54 V("setBigUint64", SetBigUint64, 2, INVALID)
|
H A D | builtins_symbol.h | 48 // kungfu::BuiltinsStubCSigns::stubIndex refers to the builtin stub index, or INVALID if no stub available. 50 V("for", For, 1, INVALID) \ 51 V("keyFor", KeyFor, 1, INVALID) 57 V("toString", ToString, 0, INVALID) \ 58 V("valueOf", ValueOf, 0, INVALID)
|
H A D | builtins.h | 34 JSType nativeJstype{JSType::INVALID}; 60 kungfu::BuiltinsStubCSigns::INVALID) const; 69 kungfu::BuiltinsStubCSigns::INVALID) const; 302 kungfu::BuiltinsStubCSigns::INVALID) const; 306 kungfu::BuiltinsStubCSigns::INVALID) const; 311 kungfu::BuiltinsStubCSigns::INVALID) const ; 316 kungfu::BuiltinsStubCSigns::INVALID) const; 320 kungfu::BuiltinsStubCSigns::ID builtinId = kungfu::BuiltinsStubCSigns::INVALID); 335 kungfu::BuiltinsStubCSigns::INVALID) const; 343 kungfu::BuiltinsStubCSigns::INVALID) cons [all...] |
H A D | builtins_array.h | 24 // kungfu::BuiltinsStubCSigns::stubIndex refers to the builtin stub index, or INVALID if no stub available. 31 V("of", Of, 0, INVALID) 38 V("at", At, 1, INVALID) \ 60 V("flat", Flat, 0, INVALID) \ 70 V("join", Join, 1, INVALID) \ 98 V("toLocaleString", ToLocaleString, 0, INVALID) \ 106 V("toString", ToString, 0, INVALID) \
|
/arkcompiler/runtime_core/static_core/verification/util/ |
H A D | index.h | 28 template <typename Int, const Int INVALID = std::numeric_limits<Int>::max()> 31 Index() : value_ {INVALID} {} in Index() 68 value_ = INVALID; in Invalidate() 73 return value_ != INVALID; in IsValid()
|
/arkcompiler/runtime_core/assembler/ |
H A D | assembly-ins.h | 38 INVALID, member in panda::pandasm::Opcode 39 NUM_OPCODES = INVALID 100 Opcode opcode = Opcode::INVALID; /* operation type */ 125 if (opcode == Opcode::INVALID) { // TODO(mbolshov): introduce 'label' opcode for labels in HasFlag() 169 if (opcode == Opcode::INVALID) { in MaxRegEncodingWidth() 181 if (opcode == Opcode::INVALID) { in Uses() 202 if (opcode == Opcode::INVALID) { in Def()
|
/arkcompiler/runtime_core/static_core/assembler/ |
H A D | assembly-ins.h | 40 INVALID, member in ark::pandasm::Opcode 41 NUM_OPCODES = INVALID 111 Opcode opcode = Opcode::INVALID; /* operation type */ 139 if (opcode == Opcode::INVALID) { // NOTE(mbolshov): introduce 'label' opcode for labels in HasFlag() 183 if (opcode == Opcode::INVALID) { in MaxRegEncodingWidth() 195 if (opcode == Opcode::INVALID) { in Uses() 216 if (opcode == Opcode::INVALID) { in Def()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | interpreter_stub.h | 33 INVALID,
member in panda::ecmascript::kungfu::StringIdInfo::Offset 38 INVALID,
member in panda::ecmascript::kungfu::StringIdInfo::Length 45 StringIdInfo() : constpool(0), pc(0), offset(Offset::INVALID),
in StringIdInfo() 46 length(Length::INVALID), stringId(0), stringIdType(StringIdType::STRING_ID_INFO) {}
in StringIdInfo() 53 : constpool(inputConstpool), pc(0), offset(Offset::INVALID),
in StringIdInfo() 54 length(Length::INVALID), stringId(inputStringId), stringIdType(StringIdType::STRING_ID) {}
in StringIdInfo() 89 return (constpool != 0) && (pc != 0) && (offset != Offset::INVALID) && (length != Length::INVALID);
in IsValid() 97 Offset offset { Offset::INVALID };
98 Length length { Length::INVALID };
[all...] |
/arkcompiler/ets_frontend/ets2panda/compiler/base/ |
H A D | literals.h | 39 INVALID, member in ark::es2panda::ark::es2panda::ark::es2panda::compiler::LiteralTag 124 return tag_ == LiteralTag::INVALID; in IsInvalid() 130 LiteralTag tag_ {LiteralTag::INVALID};
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
H A D | type_info.h | 93 enum TypeId : uint8_t { INT8 = 0, INT16 = 1, INT32 = 2, INT64 = 3, FLOAT32 = 4, FLOAT64 = 5, INVALID = 6 }; 122 typeId_ = INVALID; in TypeInfo() 139 return typeId_ != INVALID; in IsValid() 268 std::cerr << "INVALID"; in Dump() 275 TypeId typeId_ {INVALID};
|
/arkcompiler/ets_frontend/ets2panda/util/ |
H A D | options.h | 142 logLevel_ = util::LogLevel::INVALID; in DetermineLogLevel() 165 extension_ = es2panda::ScriptExtension::INVALID; in DetermineExtension() 179 extension_ = es2panda::ScriptExtension::INVALID; in DetermineExtension() 192 extension_ = es2panda::ScriptExtension::INVALID; in DetermineExtension()
|