| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | opcode_info.h | 68 OpcodeDesc GetTableItemAt(Opcode o) const in GetTableItemAt() 74 bool IsStmt(Opcode o) const in IsStmt() 80 bool IsVarSize(Opcode o) const in IsVarSize() 86 bool NotMMPL(Opcode o) const in NotMMPL() 92 bool IsCompare(Opcode o) const in IsCompare() 98 bool IsTypeCvt(Opcode o) const in IsTypeCvt() 104 bool HasSSAUse(Opcode o) const in HasSSAUse() 110 bool HasSSADef(Opcode o) const in HasSSADef() 116 bool IsCall(Opcode o) const in IsCall() 122 bool IsCallAssigned(Opcode o) const in IsCallAssigned() [all …]
|
| D | mir_nodes.h | 88 explicit BaseNode(Opcode o) in BaseNode() 96 BaseNode(Opcode o, uint8 numOpr) in BaseNode() 104 BaseNode(const Opcode o, const PrimType typ, uint8 numOpr) in BaseNode() 236 explicit UnaryNode(Opcode o) : BaseNode(o, 1) {} in UnaryNode() 238 UnaryNode(Opcode o, PrimType typ) : BaseNode(o, typ, 1) {} in UnaryNode() 240 UnaryNode(Opcode o, PrimType typ, BaseNode *expr) : BaseNode(o, typ, 1), uOpnd(expr) {} in UnaryNode() 294 explicit TypeCvtNode(Opcode o) : UnaryNode(o) {} in TypeCvtNode() 296 TypeCvtNode(Opcode o, PrimType typ) : UnaryNode(o, typ) {} in TypeCvtNode() 298 TypeCvtNode(Opcode o, PrimType typ, PrimType fromtyp, BaseNode *expr) in TypeCvtNode() 396 explicit ExtractbitsNode(Opcode o) : UnaryNode(o) {} in ExtractbitsNode() [all …]
|
| /arkcompiler/ets_runtime/test/moduletest/arrayfrom/ |
| D | arrayfrom.js | 72 get(o, k) { argument 76 set(o, k, v) { argument 80 defineProperty(o, k, v) { argument 94 get(o, k) { argument 98 set(o, k, v) { argument 102 defineProperty(o, k, v) { argument
|
| /arkcompiler/ets_runtime/test/moduletest/hugeictest/ |
| D | hugeictest.js | 74 function stobjbyname_253(o) { argument 103 function stobjbyname_254(o) { argument 132 function stobjbyname_257(o) { argument 161 function stobjbyname_257a(o) { argument 190 function stobjbyname_65535(o) { argument 6773 function stobjbyname_65536(o) { argument 13356 function ldobjbyname_253(o) { argument 13385 function ldobjbyname_254(o) { argument 13414 function ldobjbyname_257(o) { argument 13443 function ldobjbyname_257a(o) { argument [all …]
|
| /arkcompiler/ets_runtime/test/moduletest/jsonstringifier/ |
| D | jsonstringifier.js | 150 var test_obj = {o: false}; property 151 var replaced = {o: false, replaced: true}; property 162 holder: { "": { o: false } }, property 164 value: { o: false } property 167 holder: { o: false, replaced: true }, property 172 holder: { o: false, replaced: true }, property 182 var test_obj = {o: false, toJSON }; property 184 var toJSON1 = {o: false, toJSON1: true } property 185 var replaced = {o: false, replaced: true, nested }; property 204 holder: { "": { o: false, toJSON: toJSON } }, property [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/parser/binder/ |
| D | nested-class-name-js.js | 21 method(o) { argument 28 method(o) { argument
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/ |
| D | debug_info_test.js | 48 add(o) { argument 52 sub(o) { argument 57 function bar(o) { argument
|
| D | graph_test.js | 26 Add(o) { argument 47 let func1 = function (o) { argument
|
| /arkcompiler/ets_runtime/test/moduletest/loadicbyname/ |
| D | loadicbyname.js | 143 function func1(o, v) { argument 159 let o = { variable 179 let o = { variable 191 function getNumber(o) { argument 202 let o = { variable
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_context_misc.cpp | 30 void DemangleName(std::ostream &o, std::string_view s) in DemangleName() 74 void ReprMethod(std::ostream &o, panda_file::StringItem *name, panda_file::BaseClassItem *clz, pand… in ReprMethod() 101 void ReprItem(std::ostream &o, const panda_file::BaseItem *i) in ReprItem() 275 std::ostream &operator<<(std::ostream &o, const static_linker::Context::ErrorToStringWrapper &self) in operator <<() 303 auto o = std::stringstream(); in Error() local
|
| /arkcompiler/ets_runtime/test/moduletest/loadicbyvalue/ |
| D | loadicbyvalue.js | 88 function g(o, v) { argument 100 let o = { variable 112 let o = { variable
|
| /arkcompiler/toolchain/tooling/test/testcases/js/ |
| D | container.js | 16 var o = { variable
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/ts/ |
| D | test_generic.ts | 36 o<A extends number>(): [boolean, number[]]; method 42 var o = { variable
|
| /arkcompiler/ets_runtime/test/moduletest/dataproperty/ |
| D | dataproperty.js | 25 const o = { constant
|
| /arkcompiler/ets_frontend/ets2panda/test/compiler/ts/ |
| D | member_expression_78.ts | 17 var o = { variable
|
| D | member_expression_79.ts | 17 interface o { interface
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | member_expression_78.ts | 17 var o = { variable
|
| D | member_expression_79.ts | 17 interface o { interface
|
| D | recursiveTypeofWithProperty.ts | 17 var o: { variable
|
| /arkcompiler/ets_runtime/test/aottest/pgo_extrainfomap_gc/ |
| D | pgo_extrainfomap_gc.ts | 17 const o = { constant
|
| /arkcompiler/ets_runtime/test/moduletest/trycatch/ |
| D | trycatch.js | 22 const o = { constant
|
| /arkcompiler/ets_runtime/test/aottest/try/ |
| D | try.js | 36 let o={} variable
|
| /arkcompiler/ets_runtime/test/moduletest/arktoolshavesamemap/ |
| D | arktoolshavesamemap.js | 16 function addprop(o, p) { argument 21 function propdict(o, sz) { argument
|
| /arkcompiler/ets_frontend/es2panda/test/optimizer/js/branch-elimination/ |
| D | test-constant-propagation.js | 48 let o = {fa: a} variable
|
| /arkcompiler/ets_runtime/test/moduletest/regressproxy/ |
| D | regressproxy.js | 18 function trySet(o) { argument
|