Searched full:getobj (Results 1 – 17 of 17) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/01.simple_assignment_operator/ |
| D | ord1.sts | 31 function getObj(): A { 44 let s: string = getObj().fld = getVal()
|
| D | ord5.sts | 31 function getObj(): A { 46 s = (getObj().fld) = getVal()
|
| D | ord3.sts | 34 function getObj(): A { 49 s = (getObj().fld) = getVal()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/benchmarks/get_value/get_specific_value/bu_a2j/ |
| D | bench_a2j.js | 35 const getObj = stsVm.getFunction('LETSGLOBAL;', 'getStsObj'); 40 const stsObj = getObj();
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/benchmarks/get_value/get_string_value/bu_a2j/ |
| D | bench_a2j.js | 35 const getObj = stsVm.getFunction('LETSGLOBAL;', 'getStsObj'); 40 const stsObj = getObj();
|
| /arkcompiler/runtime_core/static_core/verification/util/ |
| D | synchronized.h | 88 …// GetObj() should be ideally annotated with REQUIRES/REQUIRES_SHARED and c with GUARDED_BY, but t… 90 C &GetObj() in GetObj() function 95 const C &GetObj() const in GetObj() function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/ |
| D | ets_equals.sts | 23 function getobj(): SomeRef { return new Object(); } 96 return getobj() == getobj();
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/benchmarks/get_value/get_numeric_value/bu_a2j/ |
| D | bench_a2j.js | 35 const getObj = stsVm.getFunction('LETSGLOBAL;', 'getStsObj'); 40 const stsObj = getObj();
|
| /arkcompiler/runtime_core/tests/checked/ |
| D | inline.pa | 239 #! INST /CallStatic.*A::getObj/ 242 #! INST_NOT /CallStatic.*A::getObj/ 246 #! INST /CallVirtual.*A::getObj/ 249 #! INST_NOT /CallVirtual.*A::getObj/ 267 #! INST /CallVirtual.*A::getObj/ 270 #! INST_NOT /CallVirtual.*A::getObj/ 316 .function i32 A.getObj(A a0) <external,static> 365 call A.getObj, v0
|
| D | inline_external.pa | 54 .function i32 A.getObj(A a0) <static> {
|
| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | inline.pa | 346 #! INST /CallStatic.*A::getObj/ 349 #! INST_NOT /CallStatic.*A::getObj/ 353 #! INST /CallVirtual.*A::getObj/ 356 #! INST_NOT /CallVirtual.*A::getObj/ 374 #! INST /CallVirtual.*A::getObj/ 377 #! INST_NOT /CallVirtual.*A::getObj/ 441 #! INST /CallStatic.*A::getObj/ 444 #! INST_NOT /CallStatic.*A::getObj/ 448 #! INST /CallVirtual.*A::getObj/ 451 #! INST_NOT /CallVirtual.*A::getObj/ [all …]
|
| D | inline_external.pa | 56 .function i32 A.getObj(A a0) <static> {
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_iterator.cpp | 55 BUILTINS_API_TRACE(argv->GetThread(), Iterator, GetObj); in GetIteratorObj()
|
| D | builtins_async_iterator.cpp | 65 BUILTINS_API_TRACE(argv->GetThread(), AsyncIterator, GetObj); in GetAsyncIteratorObj()
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | starr.obj.yaml | 414 .function panda.Object getObj() { 422 call.short getObj 537 .function panda.Object getObj() { 545 call.short getObj 1240 .function panda.Object getObj() { 1248 call.short getObj 1324 .function panda.Object getObj() { 1332 call.short getObj
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | starr.obj.yaml | 264 .function panda.Object getObj() { 272 call.short getObj 675 .function panda.Object getObj() { 683 call.short getObj
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 498 V(Iterator, GetObj) \ 517 V(AsyncIterator, GetObj) \
|