Home
last modified time | relevance | path

Searched full:get_value (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
Dir-returnStatement.sts17 function get_value(v: short): long {
23 assert(v == get_value(v));
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dfp.yaml168 call.short get_value, v0
175 .function f64 get_value(f64 a0) {
277 call.short get_value, v0
310 .function f64 get_value(f64 a0) {
440 call.short get_value, v0
509 .function f64 get_value(f64 a0) {
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dfp.yaml168 call.short get_value, v0
175 .function f64 get_value(f64 a0) {
277 call.short get_value, v0
310 .function f64 get_value(f64 a0) {
440 call.short get_value, v0
509 .function f64 get_value(f64 a0) {
/arkcompiler/ets_frontend/ets2panda/compiler/templates/
Dsignatures.h.erb189 <%= generate(:get_value, 'Get') %>
/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h323 return JSTaggedValue(GET_VALUE(this, offset)); in GetPropertyInlinedPropsWithSize()
347 return JSTaggedValue(GET_VALUE(this, offset)); in GetPropertyInlinedProps()
Decma_macros.h57 #define GET_VALUE(addr, offset) Barriers::GetValue<JSTaggedType>((addr), (offset)) macro
/arkcompiler/runtime_core/static_core/irtoc/scripts/
Dinterpreter.irt269 macro(:get_value) do |vreg_ptr|
309 get_value(vreg_ptr(operand))
325 set_value(dst_reg_ptr, get_value(src_reg_ptr).i64)
923 val := get_value(v).i32
951 set_primitive(v1, send(op, get_value(v1).i32, v2).i32).i32
1023 set_primitive(v1, send(op, get_value(v1).i32, v2).i32)
2028 set_value(dst_ptr, get_value(src_ptr).i64)
/arkcompiler/ets_frontend/ets2panda/compiler/scripts/
Dsignatures.yaml1483 get_value:
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h424 …return JSTaggedValue(GET_VALUE(receiver, static_cast<size_t>(index) * JSTaggedValue::TaggedTypeSiz… in LoadFromField()