Home
last modified time | relevance | path

Searched defs:o (Results 1 – 25 of 65) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dopcode_info.h68 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 …]
Dmir_nodes.h88 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/
Ddebug_info_test.js48 add(o) { argument
52 sub(o) { argument
57 function bar(o) { argument
Dgraph_test.js26 Add(o) { argument
47 let func1 = function (o) { argument
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context_misc.cpp30 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/
Dtest_generic.ts36 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/
Dcheck_access_references.js27 function TestAccessorsOf(o, tname, ...values) { argument
59 function check(o, v) { argument
Dcheck_access_primitives.js31 function TestAccessorsOf(o, tname, ...values) { argument
68 function check(o) { argument
/arkcompiler/toolchain/tooling/test/testcases/js/
Dcontainer.js16 var o = { variable
Dvariable_second.js16 var o = { variable
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
Dmember_expression_78.ts17 var o = { variable
Dmember_expression_79.ts17 interface o { interface
DrecursiveTypeofWithProperty.ts17 var o: { variable
/arkcompiler/ets_frontend/ets2panda/test/compiler/ts/
Dmember_expression_78.ts17 var o = { variable
Dmember_expression_79.ts17 interface o { interface
DrecursiveTypeofWithProperty.ts17 var o: { variable
/arkcompiler/ets_runtime/test/moduletest/dataproperty/
Ddataproperty.js25 const o = { constant
/arkcompiler/ets_runtime/test/moduletest/trycatch/
Dtrycatch.js22 const o = { constant
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test_rules/
Drule2.ts18 let o = { variable
/arkcompiler/ets_runtime/test/moduletest/regressproxy/
Dregressproxy.js18 function trySet(o) { argument
/arkcompiler/ets_frontend/ets2panda/linter/test_rules/
Drule2.ts19 let o = { variable
/arkcompiler/ets_runtime/test/aottest/ts_inline_exception4/
Dts_inline_exception4.ts21 const o = { constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/
Dgtest_launcher.js43 globalThis.LOG_PROTO_CHAIN = function LOG_PROTO_CHAIN(o) { argument
/arkcompiler/ets_runtime/test/moduletest/weakcollectionswithsymbol/
Dweakmapsymbolkey.js24 let o = {}; variable
/arkcompiler/ets_runtime/test/aottest/object/object_toString/
Dobject_toString.ts30 let o = new Object(); variable

123