Searched full:boundary (Results 1 – 25 of 77) sorted by relevance
1234
| /arkcompiler/runtime_core/docs/ |
| D | runtime-compiled_code-interaction.md | 174 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 …]
|
| D | cfi_directives.md | 41 … will return + spot slots for `callees` (it can be `callee` slots in `cframe` or `boundary frame`).
|
| /arkcompiler/ets_runtime/test/workloadtest/ |
| D | README.md | 20 …load.py --report True --code-path='/workspace/openharmony/code' --run-count=1 --boundary-value=-20: 25 * boundary-value:劣项边界值,默认是-10。用于标记看护报告的"difference"列。
|
| D | work_load.py | 64 parser.add_argument('--boundary-value', default=-10, nargs='?', 65 help='inferior boundary value')
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | runtime-compiled_code-interaction.md | 180 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 …]
|
| D | cfi_directives.md | 41 … 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/ |
| D | test-key-named-bound-value.js | 44 // Boundary value of size : 1e-6 51 // Boundary value of size : 1e0 54 // Boundary value of size : 1e21
|
| D | test-key-named-called-func-bound-value.js | 106 // 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/ |
| D | resolvers.irt | 22 mode: [:Boundary]) { 46 mode: [:Boundary]) { 77 mode: [:Boundary]) { 103 mode: [:Boundary]) {
|
| /arkcompiler/ets_runtime/test/moduletest/div/ |
| D | div.js | 18 * @tc.desc:test boundary div
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/docs/ |
| D | interop_intrinsic_opt_doc.md | 85 …boundary` 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/ |
| D | codegen_boundary.h | 23 /// Code generation for code living within Boundary Frame
|
| D | codegen_fastpath.h | 32 …* Slow path is invoked via code-to-runtime bridge, which forms boundary frame and saves callee reg…
|
| D | codegen_boundary.cpp | 51 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/ |
| D | opcode_info.h | 37 kOpcodePropIsAssertUpperBoundary, // The operation check upper boundary 38 kOpcodePropIsAssertLowerBoundary, // The operation check lower boundary
|
| /arkcompiler/runtime_core/static_core/runtime/bridge/arch/arm/ |
| D | interpreter_to_compiled_code_bridge_arm.S | 36 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
|
| D | proxy_entrypoint_arm.S | 56 // If caller is the compiled method, we need to set C2I boundary frame in the TLS
|
| /arkcompiler/ets_runtime/test/moduletest/builtins/ |
| D | builtinsregexp.js | 63 // Test 7 - Word Boundary test
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/ |
| D | Autofixer.ts | 144 * 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/ |
| D | x64_isa.h | 121 * The Stack Pointer has to be aligned at 16-byte boundary.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/containers/ |
| D | IteratorSetTest.sts | 21 failures += test(testIteratorBoundaryConditions(),"Test Iterator Boundary Conditions");
|
| D | IteratorMapTest.sts | 21 failures += test(testIteratorBoundaryConditions(), "Test Iterator Boundary Conditions");
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/interop_js/ |
| D | 5_js_features.rst | 54 … and 2.0 exception objects are converted with common interop rules when cross the language boundary
|
| D | 6_arkts_features.rst | 105 … 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/ |
| D | proxy_entrypoint_amd64.S | 65 // If caller is the compiled method, we need to set C2I boundary frame in the TLS
|
1234