Home | History | Annotate | Download | only in verifier

Lines Matching refs:cur_offset

483   // Verify an array data table. "cur_offset" is the offset of the fill-array-data instruction.
484 bool CheckArrayData(uint32_t cur_offset);
491 bool CheckBranchTarget(uint32_t cur_offset);
493 // Verify a switch table. "cur_offset" is the offset of the switch instruction.
495 bool CheckSwitchTargets(uint32_t cur_offset);
512 bool GetBranchOffset(uint32_t cur_offset, int32_t* pOffset, bool* pConditional,