| /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() 223 explicit UnaryNode(Opcode o) : BaseNode(o, 1) {} in UnaryNode() 225 UnaryNode(Opcode o, PrimType typ) : BaseNode(o, typ, 1) {} in UnaryNode() 227 UnaryNode(Opcode o, PrimType typ, BaseNode *expr) : BaseNode(o, typ, 1), uOpnd(expr) {} in UnaryNode() 281 explicit TypeCvtNode(Opcode o) : UnaryNode(o) {} in TypeCvtNode() 283 TypeCvtNode(Opcode o, PrimType typ) : UnaryNode(o, typ) {} in TypeCvtNode() 285 TypeCvtNode(Opcode o, PrimType typ, PrimType fromtyp, BaseNode *expr) in TypeCvtNode() 388 explicit ExtractbitsNode(Opcode o) : UnaryNode(o) {} in ExtractbitsNode() [all …]
|
| /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/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_frontend/ets2panda/test/parser/ts/ |
| D | test_generic.ts | 36 o<A extends number>(): [boolean, number[]]; method 42 var o = { variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/ets_proxy/ |
| D | check_access_references.js | 27 function TestAccessorsOf(o, tname, ...values) { argument 59 function check(o, v) { argument
|
| D | check_access_primitives.js | 31 function TestAccessorsOf(o, tname, ...values) { argument 68 function check(o) { argument
|
| /arkcompiler/toolchain/tooling/test/testcases/js/ |
| D | container.js | 16 var o = { variable
|
| D | variable_second.js | 16 var o = { variable
|
| /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_frontend/ets2panda/test/compiler/ts/ |
| 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/moduletest/dataproperty/ |
| D | dataproperty.js | 25 const o = { constant
|
| /arkcompiler/ets_runtime/test/moduletest/trycatch/ |
| D | trycatch.js | 22 const o = { constant
|
| /arkcompiler/ets_frontend/ets2panda/linter-4.2/test_rules/ |
| D | rule2.ts | 18 let o = { variable
|
| /arkcompiler/ets_runtime/test/moduletest/regressproxy/ |
| D | regressproxy.js | 18 function trySet(o) { argument
|
| /arkcompiler/ets_frontend/ets2panda/linter/test_rules/ |
| D | rule2.ts | 19 let o = { variable
|
| /arkcompiler/ets_runtime/test/aottest/ts_inline_exception4/ |
| D | ts_inline_exception4.ts | 21 const o = { constant
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/ |
| D | gtest_launcher.js | 43 globalThis.LOG_PROTO_CHAIN = function LOG_PROTO_CHAIN(o) { argument
|
| /arkcompiler/ets_runtime/test/moduletest/weakcollectionswithsymbol/ |
| D | weakmapsymbolkey.js | 24 let o = {}; variable
|
| /arkcompiler/ets_runtime/test/aottest/object/object_toString/ |
| D | object_toString.ts | 30 let o = new Object(); variable
|