Home | History | Annotate | Download | only in simulator

Lines Matching refs:CodeSimulatorArm64

31 CodeSimulatorArm64* CodeSimulatorArm64::CreateCodeSimulatorArm64() {
33 return new CodeSimulatorArm64();
39 CodeSimulatorArm64::CodeSimulatorArm64()
46 CodeSimulatorArm64::~CodeSimulatorArm64() {
52 void CodeSimulatorArm64::RunFrom(intptr_t code_buffer) {
57 bool CodeSimulatorArm64::GetCReturnBool() const {
62 int32_t CodeSimulatorArm64::GetCReturnInt32() const {
67 int64_t CodeSimulatorArm64::GetCReturnInt64() const {