Home
last modified time | relevance | path

Searched refs:pop (Results 1 - 25 of 121) sorted by relevance

12345

/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/tests/
H A Dtest_restart_frame.py50 assert stop_point.hit_breakpoint_labels().pop() == "FOO_BRK"
57 assert stop_point.hit_breakpoint_labels().pop() == "FOO_BRK"
59 assert stop_point.hit_breakpoint_labels().pop() == "BOO_BRK"
66 assert stop_point.hit_breakpoint_labels().pop() == "BOO_BRK"
68 assert stop_point.hit_breakpoint_labels().pop() == "GOO_BRK"
75 assert stop_point.hit_breakpoint_labels().pop() == "GOO_BRK"
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/tools/generate-es-checked/src/
H A Dtypes.rb95 @chrs.pop
102 @chrs.pop
132 @chrs.pop
147 res << @chrs.pop
152 res << @chrs.pop
153 stck.pop
157 res << @chrs.pop
166 @chrs.pop("Array<".size)
172 @chrs.pop("Iterable<".size)
178 @chrs.pop
[all...]
/arkcompiler/ets_runtime/test/moduletest/arraypop/
H A Darraypop.js25 function pop() { function
26 return array.pop();
29 print(pop());
/arkcompiler/ets_runtime/test/moduletest/arrayflatmap/
H A Darrayflatmap.js58 arr3.__proto__.pop(0);
59 arr3.__proto__.pop(1);
60 arr3.__proto__.pop(2);
61 arr3.__proto__.pop(3);
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/arch/arm32/
H A Dets_napi_entry_point_arm32.S79 pop {r0}
106 pop {r0 - r3}
122 pop {r7}
126 pop {fp}
160 pop {lr}
168 pop {lr}
389 pop {fp}
423 pop {lr}
431 pop {lr}
H A Dets_napi_entry_point_arm32hf.S106 pop {r0 - r3}
123 pop {r7}
127 pop {fp}
159 pop {lr}
167 pop {lr}
431 pop {fp}
463 pop {lr}
471 pop {lr}
H A Dets_async_entry_point_arm32.S102 pop {fp}
134 pop {lr}
142 pop {lr}
H A Dets_async_entry_point_arm32hf.S99 pop {fp}
129 pop {lr}
137 pop {lr}
/arkcompiler/ets_runtime/test/moduletest/arrayfindlastindex/
H A Darrayfindlastindex.js54 arr3.__proto__.pop(9);
55 arr3.__proto__.pop(9);
56 arr3.__proto__.pop(9);
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/arm/
H A Dcompiled_code_to_interpreter_bridge_arm.S93 pop {r0 - r3}
100 pop {r1, fp}
105 pop {r1, lr}
108 pop {r0-r3}
116 pop {r0 - r3}
238 pop {r4 - r10}
H A Dcompiled_code_to_interpreter_bridge_armhf.S87 pop {r0 - r3}
109 pop {r0 - r3}
266 pop {r4 - r10}
/arkcompiler/runtime_core/libpandabase/tests/ringbuf/
H A Dlock_free_ring_buffer_test.cpp65 queue.pop(); in TEST()
72 queue.pop(); in TEST()
76 bool pop = buffer.TryPop(&x); in TEST() local
77 ASSERT_FALSE(pop); in TEST()
/arkcompiler/runtime_core/static_core/libpandabase/tests/ringbuf/
H A Dlock_free_ring_buffer_test.cpp68 queue.pop(); in TEST()
75 queue.pop(); in TEST()
79 bool pop = buffer.TryPop(&x); in TEST() local
80 ASSERT_FALSE(pop); in TEST()
/arkcompiler/ets_runtime/test/moduletest/arrayfindlast/
H A Darrayfindlast.js87 arr1.__proto__.pop(9);
88 arr1.__proto__.pop(9);
89 arr1.__proto__.pop(9);
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
H A Dlogs.py36 extra = kwargs.pop("extra", dict())
37 r = kwargs.pop("rich", None)
/arkcompiler/ets_runtime/test/moduletest/arrayjoin/
H A Darrayjoin.js83 proxy1.pop();
89 proxy2.pop();
/arkcompiler/toolchain/tooling/test/testcases/js/
H A Dcontainer.js246 queue.pop();
248 queue.pop();
264 stack.pop();
265 stack.pop();
266 stack.pop();
267 stack.pop();
268 stack.pop();
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddropframe_manager.cpp237 modifiedLexVar_.pop(); in RemoveLexModifyRecordOfTopFrame()
248 modifiedLexVar_.pop(); in MergeLexModifyRecordOfTopFrame()
250 modifiedLexVar_.pop(); in MergeLexModifyRecordOfTopFrame()
295 promiseQueueSizeRecord_.pop(); in PopPromiseQueueSizeRecord()
320 methodInfo_.pop(); in PopMethodInfo()
338 methodType_.pop(); in PopMethodType()
/arkcompiler/runtime_core/static_core/runtime/tests/arch/arm/
H A Dstack_walker_hook_bridge.S30 pop {fp, lr}
/arkcompiler/ets_runtime/test/moduletest/container/
H A Dcontainer_queue.js71 map.set("test queue pop:", proxy.pop() === 0)
98 myTest.pop();
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
H A Dplugins_registry.py53 runner_class_name = runner_class.pop() if len(runner_class) > 0 else None
65 class_name = classes.pop() if len(classes) > 0 else None
/arkcompiler/runtime_core/static_core/runtime/arch/arm/
H A Dinterpreter_support.S60 pop {r4, r5, pc}
/arkcompiler/toolchain/tooling/client/manager/
H A Dmessage_manager.h52 messageQue_.pop(); in MessagePop()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_codegen.h39 #pragma clang diagnostic pop
41 #pragma GCC diagnostic pop
/arkcompiler/runtime_core/static_core/irtoc/lang/
H A Dirtoc.rb116 @locals.pop()
117 @unresolved.pop()
118 @labels.pop()

Completed in 8 milliseconds

12345