Home | History | Annotate | Download | only in verifier

Lines Matching refs:cur_offset

426   // Verify an array data table. "cur_offset" is the offset of the fill-array-data instruction.
427 bool CheckArrayData(uint32_t cur_offset);
434 bool CheckBranchTarget(uint32_t cur_offset);
436 // Verify a switch table. "cur_offset" is the offset of the switch instruction.
438 bool CheckSwitchTargets(uint32_t cur_offset);
455 bool GetBranchOffset(uint32_t cur_offset, int32_t* pOffset, bool* pConditional,