Home
last modified time | relevance | path

Searched full:between (Results 1 – 25 of 60) sorted by relevance

123

/ark/runtime_core/tests/cts-coverage-tool/
Dnon_testable.yaml16 - title: Conversions between integer and floating point types
43 description: Move 'any' values between registers
/ark/runtime_core/isa/
Dasserts.rb71 assert('There should be non-zero gap between non-prefixed and prefixes') do
75 assert('There should be non-zero gap between public and private prefixes') do
79 assert('All tags are unique between categories') do
DREADME.md10 consistency between components.
/ark/runtime_core/docs/
Ddebugger-vscode-communication.md1 # Communication between debugger and VSCode
Ddesign-of-interpreter.md145 1. All virtual registers should explicitly and precisely distinguish between garbage collectable
155 metadata (a "tag"), which allows at least distinguishment between garbage collectable and other
169 trying to distiguish between objects from non-objects on an "imprecise" stack.
Druntime-debug-api.md17 1. To simplify communication between debugger and runtime (especially on microcontrollers) they are…
Drationale-for-bytecode.md68 This example demonstrates a fundamental difference between two approaches. Stack-based approach
211 which do not distinguish between integers and pointers on many platforms). The key constraint is
Dglossary.md32 correspondence between the instructions in the language and **Panda Bytecode** instructions.
/ark/runtime_core/docs/bc_verification/
Dabsint_checks.md37 This type of checks eliminate inconsistency between the method signature and the type of actual ret…
Dcflow_checks.md169 ### Checks for cflow transitions between exception handlers
/ark/runtime_core/runtime/interpreter/
Dmath_helpers.h95 return -1; // this is the difference between fcmpl and fcmpg for NAN in operator()
117 return 1; // this is the difference between fcmpl and fcmpg for NAN in operator()
/ark/runtime_core/runtime/mem/gc/lang/
Dgc_lang.h23 // GCLang class is an interlayer between language-agnostic GC class and different implementations o…
/ark/runtime_core/tests/cts-generator/cts-template/
Di64tof64.yaml18 title: Conversions between integer and floating point types
Du32tof64.yaml18 title: Conversions between integer and floating point types
Di32tof64.yaml18 title: Conversions between integer and floating point types
Du64tof64.yaml18 title: Conversions between integer and floating point types
Ducmp.yaml19 …description: Perform specified signed or unsigned integer comparison between register and accumula…
Df64tou32.yaml18 title: Conversions between integer and floating point types
/ark/js_runtime/ecmascript/tests/
Decma_string_test.cpp294 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaStrings …
303 // Compare(). Between EcmaStrings made by CreateFromUtf8(). in HWTEST_F_L0()
324 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaStrings …
333 // Compare(). Between EcmaStrings made by CreateFromUtf16( , , , true). in HWTEST_F_L0()
354 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaString m…
395 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaStrings …
404 // Compare(). Between EcmaStrings made by CreateFromUtf16( , , , false). in HWTEST_F_L0()
425 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaString m…
465 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaString m…
505 …* @tc.desc: Check whether the EcmaString returned through calling Concat function between EcmaStri…
[all …]
/ark/runtime_core/libpandafile/
Dbytecode_emitter.h36 * It is not allowed to share labels between different instancies
Dpanda_cache.h71 // lowest one or two bits are very likely same between different fields in GetFieldIndex()
/ark/runtime_core/disassembler/templates/
Dbc_ins_to_pandasm_ins.cpp.erb96 … "between amount of registers specified by instruction format and amount of function's arguments) "
/ark/runtime_core/runtime/mem/
Dmemory_manager.h39 * Relations between VMs, MemoryManager and Runtime:
/ark/js_runtime/ecmascript/mem/
Dallocator-inl.h101 // Keep a longest freeObject between bump-pointer and free object that just allocated in Allocate()
/ark/runtime_core/tests/
DCMakeLists.txt761 …VERIFIER_FAIL_TEST VERIFIER_DEBUG_LOG_MESSAGE "\"verifier: Inconsistency between type in register …
762 …VERIFIER_FAIL_TEST VERIFIER_DEBUG_LOG_MESSAGE "\"verifier: Inconsistency between type in register …
767 …VERIFIER_FAIL_TEST VERIFIER_DEBUG_LOG_MESSAGE "\"verifier: Inconsistency between type in register …
769 …VERIFIER_FAIL_TEST VERIFIER_DEBUG_LOG_MESSAGE "\"verifier: Inconsistency between type in register …
779 …VERIFIER_FAIL_TEST VERIFIER_DEBUG_LOG_MESSAGE "\"verifier: Inconsistency between type in register …

123