Home | History | Annotate | Download | only in x87

Lines Matching refs:trap_id

2147       Runtime::FunctionId trap_id = static_cast<Runtime::FunctionId>(
2154 GenerateCallToTrap(trap_id);
2168 void GenerateCallToTrap(Runtime::FunctionId trap_id) {
2169 if (trap_id == Runtime::kNumFunctions) {
2179 __ CallRuntime(trap_id);