Home
last modified time | relevance | path

Searched defs:taggedValue (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A 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 in HWTEST_F_L0() local
189 JSTaggedValue taggedValue = arrBuf->GetArrayBufferData(); HWTEST_F_L0() local
205 JSTaggedValue taggedValue = arrBuf->GetArrayBufferData(); HWTEST_F_L0() local
[all...]
H A Djs_api_plain_array_test.cpp203 JSTaggedValue taggedValue = in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dbarriers-inl.h151 JSTaggedValue taggedValue = *(dst + i); in CopyObject() local
H A Dbarriers.cpp97 JSTaggedValue taggedValue = dst[i]; in BatchBitSet() local
/arkcompiler/runtime_core/static_core/runtime/tooling/
H A Ddefault_inspector_extension.cpp212 auto taggedValue = ObjectAccessor::GetDynValue<TaggedValue>(object, fieldOffset); in EnumerateProperties() local
225 auto taggedValue = ObjectAccessor::GetDynValue<TaggedValue>(object, fieldOffset); in EnumerateProperties() local
/arkcompiler/runtime_core/static_core/runtime/mem/
H A 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/toolchain/tooling/test/
H A Ddebugger_impl_test.cpp1796 Local<JSValueRef> taggedValue = debugger->ConvertToLocal(""); in HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_promise_job.cpp70 JSTaggedValue taggedValue = JSFunction::Call(info); in PromiseReactionJob() local
H A Dbuiltins_promise.cpp68 JSTaggedValue taggedValue = JSFunction::Call(info); in PromiseConstructor() local
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_hashmap.cpp42 JSTaggedValue taggedValue = value.GetTaggedValue(); in HasValue() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Doptimized_call.cpp867 void OptimizedCall::JSCallCheck(ExtendedAssembler *assembler, Register jsfunc, Register taggedValue, in JSCallCheck() argument
/arkcompiler/toolchain/tooling/agent/
H A Ddebugger_impl.cpp2073 Local<JSValueRef> taggedValue; in ConvertToLocal() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit_builder.cpp436 GateRef CircuitBuilder::TaggedValueConstant(JSTaggedValue taggedValue) in TaggedValueConstant() argument

Completed in 19 milliseconds