Home
last modified time | relevance | path

Searched full:boundary (Results 1 – 25 of 77) 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/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"列。
Dwork_load.py64 parser.add_argument('--boundary-value', default=-10, nargs='?',
65 help='inferior boundary value')
/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/irtoc/scripts/
Dresolvers.irt22 mode: [:Boundary]) {
46 mode: [:Boundary]) {
77 mode: [:Boundary]) {
103 mode: [:Boundary]) {
/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…
Dcodegen_boundary.cpp51 SCOPED_DISASM_STR(this, "Boundary Prologue"); in GeneratePrologue()
94 SCOPED_DISASM_STR(this, "Boundary Epilogue"); in GenerateEpilogue()
/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/ets_runtime/test/moduletest/builtins/
Dbuiltinsregexp.js63 // Test 7 - Word Boundary test
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts144 * Checks if the given variable declaration passes boundary checks for object declarations.
147 …* @param variableDeclaration - The variable or parameter declaration to check for boundary conditi…
148 * @returns A boolean indicating if the declaration passes the boundary checks.
321 … * Checks if the given variable declaration passes boundary checks for array or tuple declarations.
325 * @returns A boolean indicating if the declaration passes the boundary checks.
337 // Return false if it fails the boundary check
504 * Checks if the given assignment expression passes boundary checks for array assignments.
508 * @returns A boolean indicating if the assignment passes the boundary checks.
538 // Return true if all boundary checks are passed
737 * Checks if the given assignment expression passes boundary checks for object assignments.
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_isa.h121 * The Stack Pointer has to be aligned at 16-byte boundary.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/containers/
DIteratorSetTest.sts21 failures += test(testIteratorBoundaryConditions(),"Test Iterator Boundary Conditions");
DIteratorMapTest.sts21 failures += test(testIteratorBoundaryConditions(), "Test Iterator Boundary Conditions");
/arkcompiler/runtime_core/static_core/plugins/ets/doc/interop_js/
D5_js_features.rst54 … and 2.0 exception objects are converted with common interop rules when cross the language boundary
D6_arkts_features.rst105 … and 2.0 exception objects are converted with common interop rules when cross the language boundary
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/amd64/
Dproxy_entrypoint_amd64.S65 // If caller is the compiled method, we need to set C2I boundary frame in the TLS

1234