Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dprofiler_stub_builder.cpp1046 void ProfilerStubBuilder::TryJitCompile(GateRef glue, OffsetInfo offsetInfo, in TryJitCompile() argument
1124 if (offsetInfo.isPc) { in TryJitCompile()
1125 GateRef opcode = Load(VariableType::INT8(), offsetInfo.pc); in TryJitCompile()
1132 isJmp = Boolean(offsetInfo.offset == 0); in TryJitCompile()
1145 GateRef offset = offsetInfo.isPc ? TaggedPtrToTaggedIntPtr(PtrSub(offsetInfo.pc, firstPC)) in TryJitCompile()
1146 : offsetInfo.offset; in TryJitCompile()

Completed in 3 milliseconds