Home
last modified time | relevance | path

Searched defs:CopyObjectPrimitive (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dbarriers-inl.h221 inline void Barriers::CopyObjectPrimitive(const JSThread *thread, JSTaggedValue* dst, const JSTagge… in CopyObjectPrimitive() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp3323 DEF_CALL_SIGNATURE(CopyObjectPrimitive) in DEF_CALL_SIGNATURE() argument
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp4927 void RuntimeStubs::CopyObjectPrimitive(uintptr_t argGlue, JSTaggedType *dstObj, in DEF_RUNTIME_STUBS() function in panda::ecmascript::RuntimeStubs