Lines Matching defs:CodeSimulatorArm64
27 CodeSimulatorArm64* CodeSimulatorArm64::CreateCodeSimulatorArm64() {
29 return new CodeSimulatorArm64();
35 CodeSimulatorArm64::CodeSimulatorArm64()
42 CodeSimulatorArm64::~CodeSimulatorArm64() {
48 void CodeSimulatorArm64::RunFrom(intptr_t code_buffer) {
53 bool CodeSimulatorArm64::GetCReturnBool() const {
58 int32_t CodeSimulatorArm64::GetCReturnInt32() const {
63 int64_t CodeSimulatorArm64::GetCReturnInt64() const {