Home
last modified time | relevance | path

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/
Dord1.sts31 function getObj(): A {
44 let s: string = getObj().fld = getVal()
Dord5.sts31 function getObj(): A {
46 s = (getObj().fld) = getVal()
Dord3.sts34 function getObj(): A {
49 s = (getObj().fld) = getVal()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/benchmarks/get_value/get_specific_value/bu_a2j/
Dbench_a2j.js35 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/
Dbench_a2j.js35 const getObj = stsVm.getFunction('LETSGLOBAL;', 'getStsObj');
40 const stsObj = getObj();
/arkcompiler/runtime_core/static_core/verification/util/
Dsynchronized.h88 …// 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/
Dets_equals.sts23 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/
Dbench_a2j.js35 const getObj = stsVm.getFunction('LETSGLOBAL;', 'getStsObj');
40 const stsObj = getObj();
/arkcompiler/runtime_core/tests/checked/
Dinline.pa239 #! 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
Dinline_external.pa54 .function i32 A.getObj(A a0) <static> {
/arkcompiler/runtime_core/static_core/tests/checked/
Dinline.pa346 #! 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 …]
Dinline_external.pa56 .function i32 A.getObj(A a0) <static> {
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_iterator.cpp55 BUILTINS_API_TRACE(argv->GetThread(), Iterator, GetObj); in GetIteratorObj()
Dbuiltins_async_iterator.cpp65 BUILTINS_API_TRACE(argv->GetThread(), AsyncIterator, GetObj); in GetAsyncIteratorObj()
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dstarr.obj.yaml414 .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/
Dstarr.obj.yaml264 .function panda.Object getObj() {
272 call.short getObj
675 .function panda.Object getObj() {
683 call.short getObj
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h498 V(Iterator, GetObj) \
517 V(AsyncIterator, GetObj) \