Home
last modified time | relevance | path

Searched full:boundary (Results 1 – 25 of 93) sorted by relevance

1234

/arkcompiler/runtime_core/docs/
Druntime-compiled_code-interaction.md174 The Bridge Function sets up the Boundary Frame and performs the call to the actual runtime function.
219 * Build a boundary stack frame.
227 * Drop the boundary stack frame.
229 `InterpreterToCompiledCodeBridge`'s boundary stack frame is necessary to link the interpreter's fra…
247 The structure of boundary frame is the same as a stack frame of compiled code.
255 * Creates a boundary stack frame which contains room for interpreter frame.
259 * Drop the boundary stack frame.
262 `CompiledCodeToInterpreterBridge`'s boundary stack frame is necessary to link the compiled code's f…
281 The structure of boundary frame is the same as a stack frame of compiled code.
284 The field `panda::Frame::prev_` must point to the boundary frame pointer.
[all …]
Dcfi_directives.md41 … will return + spot slots for `callees` (it can be `callee` slots in `cframe` or `boundary frame`).
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/api/@ohos/util/TreeMap/
DTreeMapGetLowerKeyGetHigherKeyTest.ets27 suite.addTest("TreeMap getLowerKey getHigherKey lower and higher key with boundary data",
34 suite.addTest("TreeMap getLowerKey getHigherKey lower and higher object key with boundary data",
97 …Q(lower, undefined, "The treeMap should return undefined for the lower key at the boundary value");
98 …higher, undefined, "The treeMap should return undefined for the higher key at the boundary value");
133 …Q(lower, undefined, "The treeMap should return undefined for the lower key at the boundary value");
134 …higher, undefined, "The treeMap should return undefined for the higher key at the boundary value");
180 …Q(lower, undefined, "The treeMap should return undefined for the lower key at the boundary value");
181 …higher, undefined, "The treeMap should return undefined for the higher key at the boundary value");
/arkcompiler/ets_runtime/test/workloadtest/
DREADME.md20 …load.py --report True --code-path='/workspace/openharmony/code' --run-count=1 --boundary-value=-20:
25 * boundary-value:劣项边界值,默认是-10。用于标记看护报告的"difference"列。
/arkcompiler/runtime_core/static_core/docs/
Druntime-compiled_code-interaction.md180 The Bridge Function sets up the Boundary Frame and performs the call to the actual runtime function.
225 * Build a boundary stack frame.
233 * Drop the boundary stack frame.
235 `InterpreterToCompiledCodeBridge`'s boundary stack frame is necessary to link the interpreter's fra…
253 The structure of boundary frame is the same as a stack frame of compiled code.
261 * Creates a boundary stack frame which contains room for interpreter frame.
265 * Drop the boundary stack frame.
268 `CompiledCodeToInterpreterBridge`'s boundary stack frame is necessary to link the compiled code's f…
287 The structure of boundary frame is the same as a stack frame of compiled code.
290 The field `ark::Frame::prev_` must point to the boundary frame pointer.
[all …]
Dcfi_directives.md41 … will return + spot slots for `callees` (it can be `callee` slots in `cframe` or `boundary frame`).
/arkcompiler/ets_frontend/es2panda/test/compiler/js/language/arguments-object/
Dtest-key-named-bound-value.js44 // Boundary value of size : 1e-6
51 // Boundary value of size : 1e0
54 // Boundary value of size : 1e21
Dtest-key-named-called-func-bound-value.js106 // Boundary value of size : 1e-6
113 // Boundary value of size : 1e0
116 // Boundary value of size : 1e21
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/api/@ohos/util/TreeSet/
DTreeSetGetLowerValueGetHigherValueTest.ets28 suite.addTest("TreeSet getLowerValue getHigherValue lower and higher value with boundary value",
38 …suite.addTest("TreeSet getLowerValue getHigherValue lower and higher object value with boundary va…
94 …lower, undefined, "The treeSet should return undefined for the lower value at the boundary value");
95 …gher, undefined, "The treeSet should return undefined for the higher value at the boundary value");
180 …lower, undefined, "The treeSet should return undefined for the lower value at the boundary value");
181 …gher, undefined, "The treeSet should return undefined for the higher value at the boundary value");
/arkcompiler/runtime_core/static_core/irtoc/scripts/
Dresolvers.irt22 mode: [:Boundary]) {
46 mode: [:Boundary]) {
77 mode: [:Boundary]) {
103 mode: [:Boundary]) {
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
Dtrailing_lambda_and_optional_parameterets10.ets84 assertTrue(Tracker.blockExecuted, "Boundary Test: Block should be executed");
93 assertTrue(Tracker.lambdaCalled, "Boundary Test: Lambda should be executed");
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/api/@ohos/util/LightWeightMap/
DLightWeightMapSetValueAtGetValueAtTest.ets26 suite.addTest("LightWeightMap setValueAt getValueAt by boundary index",
62 assertEQ(result1, true, "The lightWeightMap should set the value at the boundary index");
63 …assertEQ(result2, 777, "The lightWeightMap should return the correct value at the boundary index");
DLightWeightMapGetKeyAtTest.ets25 suite.addTest("LightWeightMap getKeyAt key by boundary index", testGetKeyAtBoundaryIndex)
51 …assertEQ(result, "sparrow", "The lightWeightMap should return the correct key at the boundary inde…
DLightWeightMapRemoveAtTest.ets25 suite.addTest("LightWeightMap removeAt data by boundary index", testRemoveAtBoundaryIndex)
51 assertEQ(result, true, "The lightWeightMap should remove the element at the boundary index");
/arkcompiler/ets_runtime/test/moduletest/div/
Ddiv.js18 * @tc.desc:test boundary div
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/docs/
Dinterop_intrinsic_opt_doc.md85boundary` the instruction that should dominate our intrinsic, i. e. whether `scope start` or `intr…
89 …locks, we traverse only the blocks where `v` is partially anticipated, and `boundary` is available.
/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/
Dcodegen_boundary.h23 /// Code generation for code living within Boundary Frame
Dcodegen_fastpath.h32 …* Slow path is invoked via code-to-runtime bridge, which forms boundary frame and saves callee reg…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/api/@ohos/util/LightWeightSet/
DLightWeightSetRemoveAtTest.ets25 suite.addTest("LightWeightSet removeAt data by boundary index", testRemoveAtBoundaryIndex)
51 assertEQ(result, true, "The lightWeightSet should remove the value at the boundary index");
DLightWeightSetGetValueAtTest.ets25 suite.addTest("LightWeightSet getValueAt value by boundary index", testGetValueAtBoundaryIndex)
52 assertEQ(result, "aa", "The lightWeightSet should return the value at the boundary index");
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dopcode_info.h37 kOpcodePropIsAssertUpperBoundary, // The operation check upper boundary
38 kOpcodePropIsAssertLowerBoundary, // The operation check lower boundary
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/arm/
Dinterpreter_to_compiled_code_bridge_arm.S36 add \stack_ptr, \stack_ptr, #7 // round the address up to 8 byte boundary
42 add \stack_ptr, \stack_ptr, #7 // round the address up to 8 byte boundary
67 bic sp, sp, #7 // round downd sp to 8byte boundary
113 bic sp, sp, #7 // round downd sp to 8byte boundary
Dproxy_entrypoint_arm.S56 // If caller is the compiled method, we need to set C2I boundary frame in the TLS
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/api/@ohos/util/PlainArray/
DPlainArrayGetValueAtGetKeyAtTests.ets22 suite.addTest("PlainArray getKeyAt key by boundary index", testGetKeyAtBoundaryIndex);
26 suite.addTest("PlainArray getValueAt key by boundary index", testGetValueAtBoundaryIndex);
/arkcompiler/ets_runtime/test/moduletest/builtins/
Dbuiltinsregexp.js63 // Test 7 - Word Boundary test

1234