Home
last modified time | relevance | path

Searched refs:ComputeShift (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/deoptimizer/
H A Ddeoptimizer.h126 static PUBLIC_API size_t ComputeShift(size_t depth);
H A Ddeoptimizer.cpp627 size_t Deoptimizier::ComputeShift(size_t depth) in ComputeShift() function in panda::ecmascript::FrameWriter::Deoptimizier
/arkcompiler/ets_runtime/ecmascript/stackmap/
H A Dark_stackmap_parser.cpp107 size_t shift = Deoptimizier::ComputeShift(MAX_METHOD_OFFSET_NUM); in GetMethodOffsetInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp936 size_t shift = Deoptimizier::ComputeShift(MAX_METHOD_OFFSET_NUM); in CollectExraCallSiteInfo()
2891 size_t shift = Deoptimizier::ComputeShift(maxDepth); in VisitDeoptCheck()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp1625 size_t shift = Deoptimizier::ComputeShift(MAX_METHOD_OFFSET_NUM); in CollectExraCallSiteInfo()
2945 size_t shift = Deoptimizier::ComputeShift(maxDepth); in VisitDeoptCheck()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp3589 size_t shift = Deoptimizier::ComputeShift(depth); in DEF_RUNTIME_STUBS()

Completed in 23 milliseconds