Searched refs:toBlock (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/shared_objects/ |
H A D | js_sendable_arraybuffer.cpp | 23 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 D | js_sendable_arraybuffer.h | 27 static void CopyDataBlockBytes(JSTaggedValue toBlock, JSTaggedValue fromBlock, int32_t fromIndex, int32_t count);
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_arraybuffer.cpp | 24 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 D | js_arraybuffer.h | 27 static void CopyDataBlockBytes(JSTaggedValue toBlock, JSTaggedValue fromBlock, int32_t fromIndex, int32_t count);
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | frame_states.cpp | 965 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