Home
last modified time | relevance | path

Searched full:boundary (Results 1 – 25 of 79) 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/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_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.py62 parser.add_argument('--boundary-value', default=-10, nargs='?',
63 help='inferior boundary value')
/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/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/mdgen/src/
Dmdrecord.cpp41 CHECK_FATAL(index < mdElements.size(), "Array boundary check failed"); in GetOneMDElement()
47 CHECK_FATAL(index < mdObjects.size(), "Array boundary check failed"); in GetOneMDObject()
95 CHECK_FATAL(curIdx < stringTable.size(), "Array boundary check failed"); in GetStrTyByIdx()
101 CHECK_FATAL(curIdx < stringTable.size(), "Array boundary check failed"); in GetStrByIdx()
/arkcompiler/runtime_core/static_core/irtoc/scripts/
Dresolvers.irt22 mode: [:Boundary]) {
46 mode: [:Boundary]) {
77 mode: [:Boundary]) {
103 mode: [:Boundary]) {
/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/ets_runtime/test/moduletest/div/
Ddiv.js18 * @tc.desc:test boundary div
/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/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/ecmascript/compiler/codegen/maple/maple_ir/include/
Dopcode_info.h38 kOpcodePropIsAssertUpperBoundary, // The operation check upper boundary
39 kOpcodePropIsAssertLowerBoundary, // The operation check lower boundary
/arkcompiler/ets_runtime/test/moduletest/builtins/
Dbuiltinsregexp.js63 // Test 7 - Word Boundary test
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_isa.h122 * 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/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dbecommon.cpp157 /* is this field is crossing the align boundary of its base type? */ in ComputeStructTypeSizesAligns()
175 /* the field is crossing the align boundary of its base type */ in ComputeStructTypeSizesAligns()
563 * Is this field is crossing the align boundary of its base type? Or, in GetFieldOffset()
570 … * boundary where the container is the same size as the underlying type of the bit field. in GetFieldOffset()
578 * the field is crossing the align boundary of its base type; in GetFieldOffset()
603 /* the field is crossing the align boundary of its base type */ in GetFieldOffset()
/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
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/aarch64/
Ddeoptimization_aarch64.S111 // Copy callee saved registers from StackWalker into boundary frame.
249 // Restore fp by pointer to the I2C boundary frame

1234