Home
last modified time | relevance | path

Searched refs:toBlock (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A Djs_sendable_arraybuffer.cpp23 JSTaggedValue toBlock, JSTaggedValue fromBlock, int32_t fromIndex, int32_t count) in CopyDataBlockBytes()
26 void *toBuf = JSNativePointer::Cast(toBlock.GetTaggedObject())->GetExternalPointer(); in CopyDataBlockBytes()
22 CopyDataBlockBytes( JSTaggedValue toBlock, JSTaggedValue fromBlock, int32_t fromIndex, int32_t count) CopyDataBlockBytes() argument
H A Djs_sendable_arraybuffer.h27 static void CopyDataBlockBytes(JSTaggedValue toBlock, JSTaggedValue fromBlock, int32_t fromIndex, int32_t count);
/arkcompiler/ets_runtime/ecmascript/
H A Djs_arraybuffer.cpp24 void JSArrayBuffer::CopyDataBlockBytes(JSTaggedValue toBlock, JSTaggedValue fromBlock, int32_t fromIndex, int32_t count) in CopyDataBlockBytes() argument
27 void *toBuf = JSNativePointer::Cast(toBlock.GetTaggedObject())->GetExternalPointer(); in CopyDataBlockBytes()
H A Djs_arraybuffer.h27 static void CopyDataBlockBytes(JSTaggedValue toBlock, JSTaggedValue fromBlock, int32_t fromIndex, int32_t count);
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dframe_states.cpp965 auto &toBlock = bcBuilder_->GetBasicBlockById(toId); in CountLoopBackEdge() local
966 toBlock.loopBacks.insert(fromId); in CountLoopBackEdge()
967 if (toBlock.loopNumber == 0) { in CountLoopBackEdge()
968 toBlock.loopNumber = ++numLoops_; in CountLoopBackEdge()
1106 auto& toBlock = bcBuilder_->GetBasicBlockById(info.toId); in ComputeLoopInfo() local
1107 auto& loopInfo = frameBuilder_->GetLoopInfo(toBlock); in ComputeLoopInfo()
1108 InitLoopInfo(loopInfo, toBlock, info.fromId); in ComputeLoopInfo()
1113 auto& toBlock = bcBuilder_->GetBasicBlockById(info.toId); in ComputeLoopInfo() local
1114 auto& loopInfo = frameBuilder_->GetLoopInfo(toBlock); in ComputeLoopInfo()
1185 auto& toBlock in ResizeLoopBody() local
[all...]

Completed in 4 milliseconds