Home
last modified time | relevance | path

Searched defs:taggedValue (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_sendable_arraybuffer_test.cpp103 JSTaggedValue taggedValue = arrBuf->GetArrayBufferData(); in HWTEST_F_L0() local
122 JSTaggedValue taggedValue = arrBuf->GetArrayBufferData(); in HWTEST_F_L0() local
141 JSTaggedValue taggedValue = arrBuf->GetArrayBufferData(); in HWTEST_F_L0() local
165 JSTaggedValue taggedValue = arrBuf->GetArrayBufferData(); in HWTEST_F_L0() local
189 JSTaggedValue taggedValue = arrBuf->GetArrayBufferData(); in HWTEST_F_L0() local
Djs_api_plain_array_test.cpp203 JSTaggedValue taggedValue = in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddefault_inspector_extension.cpp214 auto taggedValue = ObjectAccessor::GetDynValue<TaggedValue>(object, fieldOffset); in EnumerateProperties() local
227 auto taggedValue = ObjectAccessor::GetDynValue<TaggedValue>(object, fieldOffset); in EnumerateProperties() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dobject_helpers-inl.h174 auto taggedValue = ObjectAccessor::GetDynValue<TaggedValue>(dynClass, fieldOffset); in TraverseClass() local
203 auto taggedValue = ObjectAccessor::GetDynValue<TaggedValue>(object, fieldOffset); in TraverseObject() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp70 JSTaggedValue taggedValue = JSFunction::Call(info); in PromiseReactionJob() local
Dbuiltins_promise.cpp68 JSTaggedValue taggedValue = JSFunction::Call(info); in PromiseConstructor() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_hashmap.cpp42 JSTaggedValue taggedValue = value.GetTaggedValue(); in HasValue() local
/arkcompiler/ets_runtime/ecmascript/
Djs_relative_time_format.cpp388 JSHandle<JSTaggedValue> taggedValue(thread, JSTaggedValue(value)); in FormatToArray() local
Djs_tagged_value.cpp864 JSHandle<BigInt> taggedValue(tagged); in ToString() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp457 Register taggedValue(X2); in JSCallInternal() local
867 void OptimizedCall::JSCallCheck(ExtendedAssembler *assembler, Register jsfunc, Register taggedValue, in JSCallCheck()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1590 JSTaggedValue taggedValue(*tagged); in SerializeTaggedField() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp2073 Local<JSValueRef> taggedValue; in ConvertToLocal() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp435 GateRef CircuitBuilder::TaggedValueConstant(JSTaggedValue taggedValue) in TaggedValueConstant()
/arkcompiler/toolchain/tooling/test/
Ddebugger_impl_test.cpp1796 Local<JSValueRef> taggedValue = debugger->ConvertToLocal(""); in HWTEST_F_L0() local