Lines Matching refs:GetAssembler
402 return std::bind(f, GetAssembler(), _1, _2); in GetBoundFunction2()
407 return std::bind(f, GetAssembler(), _1, _2, _3); in GetBoundFunction3()
413 return std::bind(f, GetAssembler(), _1, _2, _3, _4); in GetBoundFunction4()
419 return std::bind(f, GetAssembler(), _1, _2, _3, _4, _5); in GetBoundFunction5()
693 GetAssembler()->vmstat(); in TEST_F()
701 GetAssembler()->ldrexd(arm::R0, arm::R1, arm::R0); in TEST_F()
702 GetAssembler()->ldrexd(arm::R0, arm::R1, arm::R1); in TEST_F()
703 GetAssembler()->ldrexd(arm::R0, arm::R1, arm::R2); in TEST_F()
713 GetAssembler()->strexd(arm::R9, arm::R0, arm::R1, arm::R0); in TEST_F()
714 GetAssembler()->strexd(arm::R9, arm::R0, arm::R1, arm::R1); in TEST_F()
715 GetAssembler()->strexd(arm::R9, arm::R0, arm::R1, arm::R2); in TEST_F()